[erlang-questions] Local and remote sends

Vance Shipley vances@REDACTED
Fri Nov 3 20:49:08 CET 2006


On Tue, Oct 31, 2006 at 02:30:45PM +0100, Dominic Williams wrote:
}  
}  The solution is for your code NOT TO KNOW who (and in your
}  case what) it is sending messages to. Pass it the
}  destination of send operations in some way (extra argument
}  to each function, extra initialisation argument, parameter
}  of an abstract module...)

I agree completely.  That's the FP way.  More here:

http://www.erlang.org/ml-archive/erlang-questions/200507/msg00283.html

	-Vance




More information about the erlang-questions mailing list