[erlang-questions] Process scope variable

Imants Cekusins imantc@REDACTED
Tue Feb 17 21:38:32 CET 2015


you are right. "state" would introduce problems.

going to "state" (in any form) for values would also slow things down
when the code runs.


thank you for warning, everyone.


how about those process scope variables though? :-P

more reliable than process dict. same principles as function scope
variables: immutable, gc'ed when the process finishes.

would noone else use them?



More information about the erlang-questions mailing list