jackthechemist @ Tue Jun 01, 2010 9:36 pm wrote:
I've also noticed that other websites will often cause 6+ active connections to appear!
A browser makes a new request for each resource on the page -- CSS files, JavaScript files, images, etc. I think, by default, Firefox will make up to 4 (it might be a different number though) parallel requests per subdomain. A trick to speed up page-load times (by allowing a browser to make more parallel connections) is to have multiple subdomains for hosting static assets.