Re: Interrupting tomcat threads.

2007-07-20 Thread DJohnson
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

Re: Interrupting tomcat threads.

2007-07-20 Thread Ronald Klop
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

Re: Interrupting tomcat threads.

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

Re: Interrupting tomcat threads.

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

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

Re: Interrupting tomcat threads.

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

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