Re: Interrupting tomcat threads.

2007-07-20 Thread keif
Christopher Schultz-2 wrote: > > So, multiple simultaneous AJAX requests are considered illegal? > Exactly. All requests that modify the session state will be synchronized. Christopher Schultz-2 wrote: > > I would also recommend vetoing the /second/ request, rather than > canceling the firs

Re: Interrupting tomcat threads.

2007-07-19 Thread keif
st comes in and manage it with Filter that you proposed. Thank you for a quick reply, keif. -- View this message in context: http://www.nabble.com/Interrupting-tomcat-threads.-tf4113604.html#a11698350 Sent from the Tomcat - User mail

Interrupting tomcat threads.

2007-07-19 Thread keif
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