[fpc-pascal] Actor Model implementation in Pascal
Sven Barth
pascaldragon at googlemail.com
Sun Mar 13 22:17:26 CET 2011
Am 13.03.2011 22:08, schrieb Jorge Aldo G. de F. Junior:
> This is my attempt at implementing an actor model in freepascal
>
Never heard of "actor model" yet, but I'll read about it ^^
> 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.
Do you mean something like this? http://wiki.lazarus.freepascal.org/MPICH
Regards,
Sven
More information about the fpc-pascal
mailing list