On 4/28/07, Reich, Matthias <[EMAIL PROTECTED]> wrote:
The problem is that the socket is added to the poller already within the
Http11AprProcessor.event method.
Due to this the process method can be invoked before the event method
has done it's cleanup.

I don't really understand how it can happen in the real world, but
since the processor event method does return the socket to a poller,
it is indeed possible that one processor gets lost during the
execution of the process method if the "new" processor is mistakenly
removed concurrently by the event method.

Rémy

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to