Mobile code in Erlang

Juan A. Suárez Romero ja@REDACTED
Wed Sep 27 16:11:33 CEST 2000


Hi,
I'm interesting in a module that allow me to write mobile code in Erlang.
Specially, I need a function "move_to (Node)" able to move the current process
to another node.

The function should work like this:

....
4> node ().
mynode@REDACTED
5> mobile:move_to ("newnode@REDACTED").
true.
6> node ().
newnode@REDACTED
....

Somebody knows a module (or a function) like I need? Thanks in advance

 J.A.

----------
Dept. of Computer Science
University of A Corunna (Spain)




More information about the erlang-questions mailing list