[fpc-pascal] Acitve Object Messaging Library

Werner Van Belle werner at yellowcouch.org
Mon Apr 5 19:04:32 CEST 2010


Michael Van Canneyt wrote:
> Hello,
> This looks promising.
>
> Can you explain the similarities and differences with MPI ?
That would require me to read up on what MPI is and honoustly, I'm not a
big fan on doing that, certainly not after I went to their homepage and
saw around 70 lines of contributing companies, all of them big names.

If my guess is correct, MPI is similar to a CORBA IDL Specification (in
general terms). If this undertsanding is correct then MPI has nothing to
do with the Acrtive Objects as I present them. E.g: the active objects
library cannot perform interprocess communication and certainly not
accross different machines. It only deals with thread activation and
deactivation at appropriate times. To do so, it uses a queue in which a
normal stackframe is pushed and at a later time executed.
> Several people have asked about MPI in Free Pascal. Maybe
> this is an answer for them.
People hoping that this is an MPI (in the sense of
http://www.mcs.anl.gov/research/projects/mpi/) for pascal will be
disappointed. Those who are looking for an alternative to thread based
approaches to deal with multiple tasks in a single program might find
this interesting.

Wkr,

-- 
http://werner.yellowcouch.org/


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20100405/e400f5ec/attachment.sig>


More information about the fpc-pascal mailing list