[zeromq-dev] [PATCH] Section about thread-safeness in zmq(7) simplified

Martin Lucina mato at kotelna.sk
Fri May 20 14:44:14 CEST 2011


sustrik at 250bpm.com said:
> On 05/20/2011 10:43 AM, Martin Sustrik wrote:
> 
> > This is kind of unrelated but it would be also useful if the manpages
> > explained the algorithm for shutting down multithreaded application
> > (main thread closes all the sockets it owns and calls zmq_term; worker
> > threads get ETERM, close the sockets they own; zmq_term unblocks and
> > main thread is free to exit the process).
> >
> > This could probably go to zmq_term(3).
> 
> Ah, and zmq_recv(3) and zmq_send(3) are missing in 0MQ/3.0. Shouldn't I 
> make it issues in JIRA?

Please do.

-mato



More information about the zeromq-dev mailing list