On Fri, Nov 18, 2011 at 3:40 AM, Daniel Truemper
<[email protected]> wrote:

> I have a question regarding the Lazy Pirate Pattern. Basically I am trying to 
> figure out how I can use something similar in a completely asynchronous way, 
> i.e. having a client and worker using Tornado from pyzmq.

You might check out the Freelance pattern, which is asynchronous and
doesn't use a broker.

> The asynchronous worker seems pretty straight forward, although I've 
> experienced problems when one worker crashes. For some reason all other 
> workers stopped working as well. This should really be a problem on my side, 
> but I am grateful for any ideas :)

Generally, debug by printing messages as they enter and exit each node.

-Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to