Users List"
To: Tomcat Users List
cc: keif <[EMAIL PROTECTED]>
Subject: Re: Interrupting tomcat threads.
On Fri Jul 20 15:23:45 CEST 2007 Tomcat Users List
wrote:
>
>
> Christopher Schultz-2 wrote:
> >
> > So, multiple simultaneous AJAX reques
On Fri Jul 20 15:23:45 CEST 2007 Tomcat Users List
wrote:
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
rst one to complete.
--
View this message in context:
http://www.nabble.com/Interrupting-tomcat-threads.-tf4113604.html#a11708046
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To start a new topic
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kief,
keif wrote:
> Christopher Schultz-2 wrote:
>> I assume you mean that you want to cancel an already-running thread /for a
>> given user/ if a
>> second one comes in.
>
> Yes, that is correct - I'd like to process a single request at a time per
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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kief,
keif wrote:
> 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
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