On Wed, May 22, 2013 at 12:12 AM, Michael Keselman <
[email protected]> wrote:

> I tries to increase HWM and also removed it altogether. It is still
> missing messages and results are really inconstant. There is one subscriber
> sending 100,000 messages. With one subscriber, in 3 separate runs
> the subscriber received respectively 76005, 37488, 82121 messages  For 3
> subscribers, the numbers were  34778/34793/35535, 42152/42549/58702,
> 34375/38905/37519 per subscriber per run.
>

Removing HWM means you use a default of 1,000.

The number of messages you get will depend on how much CPU the subscriber
can suck to fetch its messages,

Set the SNDHWM to 0, for example, this means "no limit".

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

Reply via email to