[erlang-questions] Erlang process implementation

Jason Lee jlee54012@REDACTED
Mon Oct 22 06:25:29 CEST 2012


I read some articles and document saying that erlang process is lightweight than os native thread, etc. For example, it has scheduler that will pick up process from a queue and then schedule to run the process. However, I can't find many information on how it is actually implemented. Downloading the source, which section is a good place to start looking at it?

Thanks 



More information about the erlang-questions mailing list