On 08/31/2010 02:14 PM, Kelly Brock wrote: > So, the point of this was to reduce the case of major task pileups. > Additionally I "hope" we could solve for the broader usage and allow a first > come, first serve distribution on push without the queued messages. I just > don't see how to get that without a separated ack ability. :/
Well, you can limit the number of messages on flight to 2 even without user-level acks: Max one message in the queues can be guaranteed by HWM. One more message can be processed by the application. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
