Avatar
omochimetaru 9/5/2024 4:39 PM
We've talked about this a lot during early actor days, and currently the answer really might be to use distributed actor + process isolation. There's recent thread about this: Runtime extensibility via distributed actors, as well as a demo here: GitHub - martiall/swift-subprocess-distributedactors, using just pipes and how one could even run th...
4:40 PM
fatalErrorセーフにする機能について話されていて、actorシステムでエラー復帰する話にも触れられているが、
4:40 PM
それについてコンラッドさん曰く、プロセスを分離してその間をdistributed actorで繋ぐのが良いと書いてる
👀 3
4:41 PM
言語のモデルとうまくフィットするし良いやり方だと思う アーランと比べると本物のプロセスになってる分オーバーヘッドはありそうだけど