Oliver Smith wrote:

>>> And other question.
>>> I am not happy socket blocks if queue is full.
>>> I need something like EAGAIN/exception/whatever indication in this case.
>>> Is it achievable (e.g. for another socket type)?
>>>
>>>      
>> zmq_setsockopt(socket, ZMQ_NONBLOCK) ? (or possibly NOBLOCK)
>>    
> And does setting the flags argument on send to ZMQ_NOBLOCK not work with 
> pub/sub?

Yes. It does.

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

Reply via email to