I'm refining that to make it more presentable and generic, will publish that in 1 week or 2.
On 4/30/07, Gaston Dombiak <[EMAIL PROTECTED]> wrote:
Hey Paul, That is exactly what I was planning to implement for our case. Can you send me your modified version? I would like to include it in Openfire. Thanks, -- Gato -----Original Message----- From: Paul Chen [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 1:07 PM To: [email protected] Subject: Re: Permanent solution for OOM errors 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. > >
