Understanding asynchrounous request processing in Apache Synapse/Axis2/Http Core NIO

2008-07-20 Thread Hubert, Eric
Hi devs, we are facing an issue in Apache Synapse where HttpClientWorkers are in the process of writing a response back to the client using HttpCoreNIOSender.sendAsyncResponse(), but are then waiting at org.apache.http.nio.util.SharedOutputBuffer.flushContent() to get notified by someone... I'd l

Re: Understanding asynchrounous request processing in Apache Synapse/Axis2/Http Core NIO

2008-07-20 Thread Oleg Kalnichevski
On Sun, 2008-07-20 at 16:39 +0200, Hubert, Eric wrote: > Hi devs, > > we are facing an issue in Apache Synapse where HttpClientWorkers are in > the process of writing a response back to the client using > HttpCoreNIOSender.sendAsyncResponse(), but are then waiting at > org.apache.http.nio.util.Sha

Re: Understanding asynchrounous request processing in Apache Synapse/Axis2/Http Core NIO

2008-07-20 Thread Asankha C. Perera
Hi Eric Oleg Kalnichevski wrote: On Sun, 2008-07-20 at 16:39 +0200, Hubert, Eric wrote: Hi devs, we are facing an issue in Apache Synapse where HttpClientWorkers are in the process of writing a response back to the client using HttpCoreNIOSender.sendAsyncResponse(), but are then waiting at