I actually *tweaked* the read throttle to take the output Queue size
into account to avoid the slow write syndrome. Maybe I should call
it traffic control throttle instead.

Cheers

On 4/29/07, Vinod Panicker <[EMAIL PROTECTED]> wrote:

On 4/29/07, Paul Chen <[EMAIL PROTECTED]> wrote:
> After curbing the read rate (one quota per acceptor) at a conservative
rate,
> the write problem is automatically gone.

Not really.  The read quota can be applied per acceptor, but the
server might have connectors that could be writing to slower clients,
leading to another OOM.


Reply via email to