[erlang-questions] How to fork/clone a process in Erlang?

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Thu Sep 6 17:26:30 CEST 2012


On Sep 6, 2012, at 5:10 PM, Bengt Kleberg <bengt.kleberg@REDACTED> wrote:

> You could add a forking like this:

Do note, however that you don't get the copy-on-write semantics of the memory space, so this may not be a too good idea if State is quite large. 




More information about the erlang-questions mailing list