On Sat, Aug 13, 2011 at 3:54 PM, dokondr <span dir="ltr">&lt;<a href="mailto:dokondr@gmail.com">dokondr@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>I am trying to figure out what Haskell libraries can be used to build publish / subscribe communication between threads running both in the same and different address spaces on the net.<br>For my needs any of these models will work: <br>

- Actors [ <a href="http://en.wikipedia.org/wiki/Actor_model" target="_blank">http://en.wikipedia.org/wiki/Actor_model</a> ] <br>- Linda tuple space [ <a href="http://en.wikipedia.org/wiki/Linda_%28coordination_language%29" target="_blank">http://en.wikipedia.org/wiki/Linda_%28coordination_language%29</a> ]<br>

- Publish / subscribe [ <a href="http://en.wikipedia.org/wiki/Java_Message_Service#Publish.2Fsubscribe_model" target="_blank">http://en.wikipedia.org/wiki/Java_Message_Service#Publish.2Fsubscribe_model</a> ]<br clear="all">
<br>I need to build a framework to coordinate task producers / consumers distributed in the same and different address spaces. I need to scale a data processing application somewhat Hadoop-like way yet in more flexible manner, without Hadoop-specific distributed FS constraints.<br>

<br>Looking through Applications and libraries/Concurrency and parallelism:<br><a href="http://www.haskell.org/haskellwiki/Applications_and_libraries/Concurrency_and_parallelism" target="_blank">http://www.haskell.org/haskellwiki/Applications_and_libraries/Concurrency_and_parallelism</a><br>

<br>I found Haskell actor package [ <a href="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/actor" target="_blank">http://hackage.haskell.org/cgi-bin/hackage-scripts/package/actor</a> ] that fails to build with ghc 7.0.<br>
<br>
Please advise on latest working libraries.<br><br>Thanks!<br><br></blockquote><div><br><br> Have anybody used Haskell actor package [ <a href="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/actor" target="_blank">http://hackage.haskell.org/cgi-bin/hackage-scripts/package/actor</a> ]?<br>
<br></div></div>