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