On Wed, Nov 28, 2012 at 3:43 AM, Pieter Hintjens <[email protected]> wrote:

>
> Also, each context will create at least one i/o thread.


You can dodge around that for some if you are definitely only using them
for inter-process by calling zmq_init(0) and using inproc (as that doesn't
need an IO thread).

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

Reply via email to