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 <[email protected]> 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 > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
