RE: Servlet threading Issue. Unexpected behaviour.

2005-06-13 Thread nitin dubey
ECTED]> wrote: > > From: nitin dubey [mailto:[EMAIL PROTECTED] > > Subject: Servlet threading Issue. Unexpected > behaviour. > > > > Only after the response of either of the first two > > requests is complete then it shows me doGet() and > > then doPos

RE: Servlet threading Issue. Unexpected behaviour.

2005-06-13 Thread Caldarale, Charles R
> From: nitin dubey [mailto:[EMAIL PROTECTED] > Subject: Servlet threading Issue. Unexpected behaviour. > > Only after the response of either of the first two > requests is complete then it shows me doGet() and > then doPost() msg. As has been discussed before on this lis

Servlet threading Issue. Unexpected behaviour.

2005-06-13 Thread nitin dubey
Hello, When I send my third request to the server (while the first two are still processing) it should at least show me a System.out.println("in doGet()"); which is the first statement in my doGet() method of the implementation. But the console does not show me any such msg. Only after the respons