[zeromq-dev] Blocking on multiple outputs

Martin Sustrik sustrik at 250bpm.com
Wed Jun 1 22:13:35 CEST 2011


On 06/01/2011 10:10 PM, Pieter Hintjens wrote:

> And how does the sender know this? It basically turns a reliable
> connection into an unreliable one, invisibly and silently.

Yes. The idea is that the client will resend the request in case the 
reply haven't arrived in time.

The only alternative to that is blocking on send in XREP socket which 
would mean one slow/misbehaving client can block all the other clients.

Martin



More information about the zeromq-dev mailing list