Network.http.max-connections-per-server

Caporegime
Joined
18 Oct 2002
Posts
25,287
Location
Lake District
Just wondering if there is a work-around for this client-side imposed limit.

My gallery website has many thumbnails per page, when you click one it makes it larger but it will not do this until all the thumbnails have loaded - which depending on how many I have set, can take some time.

Is there a workaround for this HTTP queuing?
 
You could put various items on different subdomains, depending on how much control your DNS and hosting gives you.

The easiest setup would be to add extra vhosts to your hosting for the main site for say thumbs.domain.com and images.domain.com, then have the relevant content load from those, the only code/markup change then would be to put the relevant subdomain in the relevant image tags and links.
 
Back
Top Bottom