<br><br><div class="gmail_quote">On Mon, Aug 15, 2011 at 12:36 PM, Holger Reinhardt <span dir="ltr">&lt;<a href="mailto:hreinhardt@gmail.com">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 class="h5"><br></div></div></div></div></blockquote><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>