Hacker News new | ask | show | jobs
by monocasa 3532 days ago
'Process' is an extremely overloaded term. It's more of a green thread for Erlang VM applications.
1 comments

It is a green thread, but Erlang's green threads each have their own heap/garbage collector, so they're not sharing memory.