Hacker News new | past | comments | ask | show | jobs | submit login

Right now, Nimrod uses thread-local heaps (similar to what Erlang does). Threads can communicate via channels, and you can access global variables or the shared heap unsafely if that is needed for performance.

My understanding (from talking to Nimrod's author) is that the concurrency model is still being finalized, but that safe shared memory is going to be part of it.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: