Hacker News new | ask | show | jobs
by vbezhenar 1241 days ago
Does Erlang prevent a thread from consuming lots of memory and starving other threads? Managing CPU does not seem to be particularly hard. Managing RAM with GC and objects moving between threads is interesting.