Chuck,
> Is zmq_term() supposed to call zmq_close() on all known sockets on my behalf 
> or do I need to keep a list of these sockets and iterate over them calling 
> zmq_close()?
>    
No, it can't deallocate the sockets underneath other threads that may 
still be using them.

Instead it causes sockets to return ETERM from any function (except 
zmq_close).

Martin
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to