On Feb 23, 2011, at 11:19 AM, Michael Kogan wrote:

> Martin, I have been thinking about this, but is it possible to identify gaps 
> if I am subscribing to channels? What about multiple publishers.

Michael,

what is a channel? That isn't a 0mq concept as far as I know.

If you have multiple publishers, you would likely need to track sequence 
numbers separately for each. If you wanted a single sequence number for all 
publishers, the service that produces that sequence number could become your 
bottleneck. 

I think it's easier to just track sequence numbers separately for each 
publisher.

If you really need reliable delivery of each published message, then the 
Pub/Sub pattern is not appropriate. You should use the REQ/REP pattern because 
you'll need to acknowledge each message.

cr



_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to