How many concurrent AJAX (XmlHttpRequest) requests are allowed in popular browsers?
One trick you can use to increase the number of concurrent connections is to host your images from a different sub domain. These will be treated as separate requests, each domain is what will be limited to the concurrent maximum. IE6, IE7 – have a limit of two. IE8 is 6 if you have a … Read more