[zeromq-dev] Dropping connection end points dynamically

Pieter Hintjens ph at imatix.com
Thu Apr 19 18:42:33 CEST 2012


On Thu, Apr 19, 2012 at 11:34 AM, Radha Krishna Srimanthula
<srimanthula.radhakrishna at gmail.com> wrote:
> Thanks for the reply Pieter,
>
> Can you please help me with more information about performing a full memory
> barrier? Frankly, hearing it for the first time.

http://en.wikipedia.org/wiki/Memory_barrier

At least, when you create a thread, that executes a FMB. So it is safe
to create a socket, configure it, create a thread, pass the socket to
that thread. You cannot then use or close the socket in the parent.

-Pieter



More information about the zeromq-dev mailing list