[zeromq-dev] Send more is occupied one slot in HWM?
Pieter Hintjens
ph at imatix.com
Thu Jun 27 20:02:38 CEST 2013
When you send from ROUTER to DEALER, you have to first send the
address frame, which will be eaten by the ROUTER to know which DEALER
peer to send the message to. If you're not doing this, that's the
reason for losing frames.
-Pieter
On Thu, Jun 27, 2013 at 2:03 PM, Erwin Karbasi <erwin at optinity.com> wrote:
> Hello All,
>
> We have the following architecture:
>
> [Dealer] <--> { broker [Router] <--> [Dealer] } <--> [Dealer]
>
> We send messages in frames by sing send more.
> We experience some sort of issues to correlate the message because they have
> been sent asynchronously and we saw that intermittently we lose one frame
> and thus lose message integrity.
>
> Is each frame occupied one slot in the buffer (HWM).
>
> In order to avoid above issue do we need to use ZMsg class?
>
> Erwin Karbasi
> AT&T, Senior Software Architect
>
> _______________________________________________
> 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