[zeromq-dev] Using zeroMQ socket from freeradius module
Ian Barber
ian.barber at gmail.com
Sat Jul 7 07:28:14 CEST 2012
On Fri, Jul 6, 2012 at 3:11 PM, Max Kuznecov <mek at mek.uz.ua> wrote:
> Oh, sorry I forgot to mention versions:
> linux centos 6.2, zeromq 2.2.0
>
>
Is the context created in the process before the fork happens? Might be
worth trying moving where the context and socket are created - it can be
tricky with fork after context creation as the IO thread is created, the
context handle is copied with the fork, but the thread isn't.
Ian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20120707/d9714de9/attachment.htm>
More information about the zeromq-dev
mailing list