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
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