Re: Comet response is set to empty HTTP 200 reply by the framework problem

2009-11-11 Thread georgi danov
omcat logs > > Filip > > On 11/10/2009 07:08 AM, georgi danov wrote: >> Hi, >> I have a CometProcessor servlet that receives events and queues them for >> processing by separate thread pool (a.k.a. asynchronous processor). I do >> that because I could

Comet response is set to empty HTTP 200 reply by the framework problem

2009-11-10 Thread georgi danov
Hi, I have a CometProcessor servlet that receives events and queues them for processing by separate thread pool (a.k.a. asynchronous processor). I do that because I could get 1000s of concurrent requests for job that includes IO wait and I don¹t want to have 1000s of threads lying around wa