You are here:   ArielOrtiz.com > Programming Languages > Things to Know About Erlang Processes

Things to Know About Erlang Processes

In Erlang, processes belong to the programming language and NOT the operating system. You must know that:

To run efficiently an Erlang program in a multi-core CPU, we have to try to do the following:

Reference:

Joe Armstrong.
Programming Erlang: Software for a Concurrent World.
Pragmatic Bookshelf, 2007.
ISBN: 193435600X.
pp. 141 and 368.

© 1996-2009 by Ariel Ortiz (ariel.ortiz@itesm.mx)
Made with Django | Licensed under Creative Commons | Valid XHTML | Valid CSS