[Haskell-cafe] Actors and message-passing a la Erlang
Stefan Schmidt
stefanschmidt42 at googlemail.com
Mon Jul 26 07:23:22 EDT 2010
Hi,
I don't know if this solves your problem, but maybe you should take a look
at the Holumbus-Distribution package:
http://hackage.haskell.org/package/Holumbus-Distribution
I've build this library because I needed a simple way to transfer messages
between two haskell processes or threads.The current code can be found under
Holumbus.Distribution.*
especially the DNode and the DStreamPort modules.
The modules located under Holumbus.Network are deprecated.
Best Regards,
Stefan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100726/1bcffa09/attachment.html
More information about the Haskell-Cafe
mailing list