[zeromq-dev] Using shared objects as clients

Ian Barber ian.barber at gmail.com
Wed Nov 28 09:05:24 CET 2012


On Wed, Nov 28, 2012 at 3:43 AM, Pieter Hintjens <ph at imatix.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20121128/13b8f786/attachment.htm>


More information about the zeromq-dev mailing list