Showing posts with label limitations. Show all posts
Showing posts with label limitations. Show all posts

Thursday, May 17, 2012

How many concurrent AJAX (XmlHttpRequest) requests are allowed in popular browsers?


In Firefox 3, the answer is 6 per domain: as soon as a 7th XmlHttpRequest (on any tab) to the same domain is fired, it is queued until one of the other 6 finish.