[zeromq-dev] Making push-pull connections

Pieter Hintjens pieterh at gmail.com
Mon Mar 7 19:33:26 CET 2011


There is a trick, yes. Connects take a finite time, so the first pull socket
past the gate will grab a lot of messages before the others arrive. You need
to have all pull sockets connected before pushing out messages.

-Pieter
On 7 Mar 2011 19:25, "Timothy Shead" <tshead at sandia.gov> wrote:
> Folks:
>
> Is there a trick when connecting multiple PULL sockets to a single PUSH
> socket? What I'm seeing is that sometimes my messages are load-balanced
> among all the connected PULL sockets, but other times go to just one
> PULL socket, or a subset of PULL sockets. My assumption is that some of
> my PULL sockets aren't getting a chance to connect, so aren't receiving
> messages, but I'm not clear on what to do differently.
>
> Thanks in advance,
> Tim
>
>
> --
> Timothy M. Shead
> Sandia National Laboratories
> 1461, Scalable Analysis and Visualization
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110307/0d6b0369/attachment.htm>


More information about the zeromq-dev mailing list