Re: Question on concurrent request to the same servlet

2008-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dikan Dikan Xing wrote: | When two (almost) concurrent requests to the SAME servlet occurs (for | example, I type the same url in two individual browser window), I | find that Tomcat seems not to work on the second request until the | first is done.

Re: Question on concurrent request to the same servlet

2008-04-22 Thread Juha Laiho
Dikan Xing wrote: When two (almost) concurrent requests to the SAME servlet occurs (for example,I type the same url in two individual browser window), I find that Tomcat seems not to work on the second request until the first is done. Are the two browser windows truly individual, or could

Question on concurrent request to the same servlet

2008-04-21 Thread Dikan Xing
Hi, Recently, I realize such a problem with my Tomcat 6.0: When two (almost) concurrent requests to the SAME servlet occurs (for example, I type the same url in two individual browser window), I find that Tomcat seems not to work on the second request until the first is done. This is not a