just to verify, to set hwm limits on a push pull, i set it just on the pull end,
after the zmq_socket call and before the zmq_connect call. correct?
 
Sometimes yes, but generally not .
 
If sender is faster than receiver (otherwise everything is fine) queue would grow up at sender side if it is limited at receiver side.
 
Assuming the goal is to block, you need HWM at both sides.
[As far as I understand - hope guru correct me if I am wrong]
 
--
Best regards,
Ilja Golshtein.
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to