<div>It seems that the recent &quot;Cloud Haskell&quot; paper is relevant:</div><div><br></div><div>   <a href="http://research.microsoft.com/en-us/um/people/simonpj/papers/parallel/remote.pdf">http://research.microsoft.com/en-us/um/people/simonpj/papers/parallel/remote.pdf</a></div>

<div><br></div><div>The repo is here:</div><div><br></div><div>   <a href="https://github.com/jepst/CloudHaskell">https://github.com/jepst/CloudHaskell</a></div><div><br></div><div>I haven&#39;t tried it yet myself but would like to.</div>

<div><br></div><div>Cheers,</div><div>  -Ryan</div><div><br><div class="gmail_quote"><br></div><div class="gmail_quote">On Mon, Aug 15, 2011 at 10:32 AM, dokondr <span dir="ltr">&lt;<a href="mailto:dokondr@gmail.com">dokondr@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br><br><div class="gmail_quote"><div class="im">On Mon, Aug 15, 2011 at 12:36 PM, Holger Reinhardt <span dir="ltr">&lt;<a href="mailto:hreinhardt@gmail.com" target="_blank">hreinhardt@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<div><br></div><div>the actor package seems unmaintained and probably doesn&#39;t fit your needs. If you want to implement some kind of publish/subscribe system over the network, I&#39;d suggest you take a look at ZeroMQ[1] and AMQP[2].</div>





<div>AMQP is probably easier to get started with, but it requires you to set up a dedicated broker, which (if you have very high throughput) might become a bottleneck. ZeroMQ, on the other hand, allows for a more decentralized architecture.</div>





<div><br></div><div>Regards,</div><div>Holger</div><div><br></div><div>[1] <a href="http://hackage.haskell.org/package/zeromq-haskell" target="_blank">http://hackage.haskell.org/package/zeromq-haskell</a></div><div>[2] <a href="http://hackage.haskell.org/package/amqp" target="_blank">http://hackage.haskell.org/package/amqp</a><br>





<br><div class="gmail_quote"><div><div></div><div><br></div></div></div></div></blockquote></div><div>Thanks! I will try these out. </div><div>I wish I could find something that will provide a *single* publish / subscribe framework to work with threads *both* in the same and separate address spaces.   </div>


<div><br></div><div><br></div></div>
<br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br></div>