View Single Post
Old 2007-10-23, 11:13 PM   #21
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
Another possible reason to use wildcards would be to avoid IE's 2 socket connection limit when hitting web sites. Briefly, IE will put 2 image requests to a hostname, and queue up the rest to be fetched as the 4 requests complete. If you use multiple hostnames, i.e. img1.domain.com, img2.domain.com, img3.domain.com, IE will request 4 connections per hostname -- even though the requests are being handled by the same server.

http://www.die.net/musings/page_load_time/
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote