[fpc-pascal] Actor Model implementation in Pascal

Jorge Aldo G. de F. Junior jagfj80 at gmail.com
Sun Mar 13 22:08:30 CET 2011


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.



More information about the fpc-pascal mailing list