[erlang-questions] Process migration/ Process state extraction/ injection

Tyron Zerafa tyron.zerafa@REDACTED
Tue Jul 31 14:29:45 CEST 2012


Hello everyone,
   Does Erlang support process migration? Meaning, is there a way in which
I can stop a running process (A) on one node and resume it on another
completely different node?
If this is not supported, one way to go around it is to extract the process
state before suspending it and somehow inject it into the new process on
the remote node. Does Erlang provide such functionality?

Any tips and suggestions on how one can extract/ inject the process state
from/ into processes?

- Thanks in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120731/55badffa/attachment.htm>


More information about the erlang-questions mailing list