Yes, ajax is running on a browser. I've tried with Firefox and IE.
Therefore.. the problem should be with the browser!
Thanks a lot,
Debora
----- Original Message -----
From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Thursday, January 25, 2007 11:30 PM
Subject: RE: multiple requests from the same client (only 2 threads are
activated!)
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]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]