This is my attempt at implementing an actor model in freepascal

http://code.google.com/p/pascal-actor-model/

This is an very early code. Any help is appreciated.

Every communication between thread is done by using messages (wich are
itself objects).

I am improving the current code a bit so this EXACTLY release maybe
dont compiles.

If you want to compile the test code, simply create dummy
procedure/functions for anything that the compiler complains about not
being implemented.

The base code works, i am just trying to implement a form of
message/object streaming to allow threads to communicate across TCP/IP
and not just by using the internal switchboard queues.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to