> From: Debora Desideri [mailto:[EMAIL PROTECTED] 
> Subject: multiple requests from the same client (only 2 
> threads are activated!)
> 
>     - if I send more than two requests from the same client, 
> the third request is not executed until one of the other two 
> has been executed.

Assuming your Ajax environment is running inside a browser, you've
likely hit a self-imposed browser restriction.  The HTTP RFC recommends
that clients open a maximum of two concurrent connections to a given
server; although some HTTP clients don't adhere to that, IE and Firefox
do.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to