[zeromq-dev] Does ZMQ handle tcp-RST?
Pieter Hintjens
ph at imatix.com
Fri Dec 13 20:18:51 CET 2013
On Fri, Dec 13, 2013 at 9:14 PM, Justin Karneges <justin at affinix.com> wrote:
> If you want to prevent queuing in all cases, set HWM to 0.
This will not actually prevent all queuing, just remove buffering in
ZeroMQ. You'll still get buffering in TCP and on the network itself.
If you want to remove all queuing completely, you have to switch to a
synchronous REQ/REP model, which is nasty. Better, use a credit based
flow control system to manage precisely the total amount of buffering.
More information about the zeromq-dev
mailing list