[erlang-questions] object vs. actor (Re: Massive Numbers of Actors vs. Massive Numbers of Objects vs. ????)

Jeff Schultz jws@REDACTED
Sun Mar 11 02:58:31 CET 2012


On Sun, Mar 11, 2012 at 12:03:06PM +1100, Jeff Schultz wrote:
> Note that the fun returned from loop/1 on receipt of the suspend
> message captures the current State.

Of course, tricks like this are very brittle.  The serialised version
of the data produced by term_to_binary/1 won't reliably unserialise if
you change Erlang release or update any of your program's code that the
fun used.


    Jeff Schultz



More information about the erlang-questions mailing list