I said 2 or 3, it is actually 2. "It turns out that this is a case where IE strictly follows the standards-- in this case, RFC2616, which covers HTTP1.1. As noted in the RFC: Clients that use persistent connections SHOULD limit the number of simultaneous connections that they maintain to a given server. A single-user client SHOULD NOT maintain more than 2 connections with any server or proxy. Saavy web developers can take this connection limit into account and deliver their data from multiple domains, since the browser will open up to two connections per domain."
http://blogs.msdn.com/ie/archive/2005/04/11/407189.aspx regards - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Jignesh Badani From: raulmt <rau...@gmail.com> To: users@httpd.apache.org Date: 09/06/2009 02:36 PM Subject: [us...@httpd] TCP Connections per hostname? Hi, I use Apache as a loadbalancer of Tomcat instances using mod_jk. The IP in which Apache is has many hostnames and the final application (in Tomcat) sends a different response depending on the hostname (Header Host) of the request. I used Jmeter on this server using only one hostname and with sufficient number of threads the connections just hangs. The strange thing is that when this happens, I can't successfully request the site with a normal browser (I suppose that's spected because there are many tcp connections open) BUT if I use another hostname (that points to the same server) I can request the site as usual. The other hostname just stop responding until I restart Apache. Does this mean that the max tcp connections are independent on the hostname? Sorry if my english isn't very good. Just tell me if you didn't understand my question, please. Regards. -- View this message in context: http://www.nabble.com/TCP-Connections-per-hostname--tp25322310p25322310.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org