> 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 list, you're probably encountering
the client (browser) limitation of two open requests to a given server
at a time.  This is the recommended behavior as described in the HTTP
RFC.  Try using multiple clients and see what happens.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to