> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: Re: concurrent connections with mod_jk/apache/tomcat
> 
> The only time when a browser would fire off "simultaneous"
> requests, is if there were several windows or frames open,
> each making its own connection, and requests on it.

Not true; a browser will normally open extra connections for any objects 
associated with a page, including style sheets, embedded images, applets, etc.  
For a given connection, there can be only one request outstanding at a time, 
but it's perfectly normal for a simple page to result in multiple connections 
being established.  Most browsers adhere to the HTTP RFC recommendation of no 
more than two simultaneous connections to one host, but that appears to be 
increasingly ignored (or at least configurable) in newer browsers.

 - 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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to