|
|
|
|
|
by SoftwareMaven
4826 days ago
|
|
How would you get per-actor heaps that cannot be violated by other actors? That is critical to Erlang's ability to recover from processes dying. I spent a lot of time doing Java and can't think how you could (you could in the JVM if you had language constructs for it, but then we are back to a new language). There's a reason Stackless Python's actors aren't just a library on top of Python. |
|
Those are the first two "ghetto" hack solutions I can think of that wouldn't require significant code changes on a going-forward basis.