What's the difference between "green threads" and Erlang's processes?
Posted
by DR
on Stack Overflow
See other posts from Stack Overflow
or by DR
Published on 2009-12-22T15:43:45Z
Indexed on
2010/04/26
19:43 UTC
Read the original article
Hit count: 341
After reading about Erlang's lighweight processes I was pretty much sure that they were "green threads". Until I read that there are differences between green threads and Erlang's processes. But I don't get it.
What are the actual differences?
© Stack Overflow or respective owner