Hi,

I'd like to find a way to stop the first request from processing when a
second one is recieved. So the first request comes in and the container
starts a thread to process it. Then the second request comes in and before
it is processed, I want it to cancel processing the first request.

Can this be accomplished by interrupting threads? Should I spawn new threads
for such processing and manage them instead of working with threads given by
the container?

Thank you,

keif.
-- 
View this message in context: 
http://www.nabble.com/Interrupting-tomcat-threads.-tf4113604.html#a11697335
Sent from the Tomcat - User mailing list archive at Nabble.com.


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