[zeromq-dev] [jzmq] xreq/xrep sockets and thread safety

Pieter Hintjens ph at imatix.com
Sat Aug 14 13:43:06 CEST 2010


On Fri, Aug 13, 2010 at 11:50 PM, Martin Sustrik <sustrik at moloch.sk> wrote:

> The right solution IMO is to have an internal inproc "error" publisher node
> that you can subscribe to to get error:
>
> s = socket (ZMQ_SUB);
> s.connect ("inproc://error");
> err = s.recv ();

Yes, that would be really neat.

-Pieter



More information about the zeromq-dev mailing list