Cgris,

[email protected] said:
> If pthread_sigmask() is used to block any signals from interrupting the I/O 
> thread, how do one unblock a blocked zmq_recv?  What's the alternative if we 
> need to do so?

When would you want to unblock a blocked zmq_recv()? The only time I can
think of doing that legitimately is when the entire application/component
is going away, in which case we want to change the behaviour of zmq_term()
as discussed in my other email.

-mato
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to