[zeromq-dev] DEALER/ROUTER question about HWMs
Pieter Hintjens
ph at imatix.com
Wed Nov 5 18:19:04 CET 2014
The behavior is defined here: http://rfc.zeromq.org/spec:28
On Wed, Nov 5, 2014 at 2:20 PM, Diego Fons <diego.fons at intraway.com> wrote:
> Hi,
>
> I'm implementing a DEALER/ROUTER schema in which messages are sent from
> DEALER to ROUTER only, no messages are sent back. My question is related to
> HWMs in both sockets.
>
> When reaching the SNDHWM in DEALER socket, application will block (this is
> clear in documentation), however, it is not clear in documentation what
> happens if the RCVHWM is reached in the ROUTER socket.
>
> I'm assuming that if RCVHWM in ROUTER is reached, all the channel (end to
> end) will eventually block, ie. the DEALER socket will block too. I'm not
> expecting the ROUTER socket to drop messages once the RCVHWM is reached.
>
> Is this assumption correct?
> How does it behave with several clients?
> Does the ROUTER create an individual queue for each client or all clients
> share the same queue?
>
> Best regards,
> Diego A. Fons.
>
> --
> Diego Andrés Fons
> Intraway Corp.
> Solution Developer
> AR Office: +54 (11) 6040 4000
> US Office: +1 (516) 620 3890
> Email: diego.fons at intraway.com
>
> Visit our website at http://www.intraway.com
> Proud to be an ISO 9001:2008 certified company
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
More information about the zeromq-dev
mailing list