[zeromq-dev] Multiple PUB -> one SUB?
Andrei Zmievski
andrei at zmievski.org
Mon Dec 12 20:51:18 CET 2011
Ian, did you mean to say "the other benefit of using PUSH/PULL"?
-Andrei
On Mon, Dec 12, 2011 at 11:46 AM, Ian Barber <ian.barber at gmail.com> wrote:
>
> The other benefit of using PUB/SUB is that you can connect to multiple
> SUBs if need be, and they can select messages (or get all). This is the
> reason mongrel2 uses it. Like Mikko says, if you use the noblock then you
> can just drop messages in HWM state manually without much difficulty, and
> you'll benefit from knowing that's happened (unlike in the PUBSUB case) -
> but if you connected multiple PULL sockets, the messages would load balance
> between them.
>
> Ian
>
> _______________________________________________
> 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/20111212/d830d8f2/attachment.htm>
More information about the zeromq-dev
mailing list