[zeromq-dev] Thinking out loud ...
Martin Sustrik
sustrik at 250bpm.com
Fri Jun 24 21:45:20 CEST 2011
On 06/24/2011 09:20 PM, Henry Baragar wrote:
> Yes, I have a couple of workload distibution applications with highly
> asymmertric workloads (see my message from from 2011-04-04 "Re: LRU
> broker queue in intuitive way on 3.0
> <http://lists.zeromq.org/pipermail/zeromq-dev/2011-April/010352.html>").
> I can't figure out how to configure 0MQ in such a way that I can add
> additional workers after the application has started, because all the
> messages already have been sent (and queued) to other workers.
OK. AFAIU what would solve your problem is to strictly limit the number
of messages in flight to a particular peer, ie. honour HWM exactly
without having excess messages in TCP buffers, right?
Martin
More information about the zeromq-dev
mailing list