Hello everyone,<div>   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? </div><div>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?</div>
<div><br></div><div>Any tips and suggestions on how one can extract/ inject the process state from/ into processes?</div><div><br></div><div>- Thanks in advance</div>