<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Atlas 4: Only 2 calls at a time and don't expect any order</title><link>http://msmvps.com/blogs/omar/archive/2006/09/23/Atlas-4_3A00_-Only-2-calls-at-a-time-and-don_2700_t-expect-any-order.aspx</link><description>Browsers make 2 concurrent AJAX calls at a time to a domain. If you make 5 AJAX calls, browser is going to make 2 calls first, then wait for any one of them to complete and then make another call until all remaining 4 calls are complete. Moreover, you</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Atlas 4: Only 2 calls at a time and don't expect any order</title><link>http://msmvps.com/blogs/omar/archive/2006/09/23/Atlas-4_3A00_-Only-2-calls-at-a-time-and-don_2700_t-expect-any-order.aspx#427329</link><pubDate>Sun, 17 Dec 2006 00:34:03 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:427329</guid><dc:creator>jayson knight</dc:creator><description>&lt;p&gt;See my post here on how to raise the 2 concurrent request limit: &lt;a rel="nofollow" target="_new" href="http://jaysonknight.com/blog/archive/2004/06/04/277.aspx"&gt;http://jaysonknight.com/blog/archive/2004/06/04/277.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Main post is for IE, there is a comment on how to do it in FF.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=427329" width="1" height="1"&gt;</description></item><item><title>re: Atlas 4: Only 2 calls at a time and don't expect any order</title><link>http://msmvps.com/blogs/omar/archive/2006/09/23/Atlas-4_3A00_-Only-2-calls-at-a-time-and-don_2700_t-expect-any-order.aspx#421098</link><pubDate>Thu, 14 Dec 2006 17:36:32 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:421098</guid><dc:creator>Jonathan Gill - AMD</dc:creator><description>&lt;p&gt;You should be able to make more than two calls on a web page at a time by using subdomains (e.g. calling images.pageflakes.com), be careful about security errors with any &amp;nbsp;Javascript though. &amp;nbsp;Caleb Jenkins from Microsoft can/will confirm this.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=421098" width="1" height="1"&gt;</description></item><item><title>re: Atlas 4: Only 2 calls at a time and don't expect any order</title><link>http://msmvps.com/blogs/omar/archive/2006/09/23/Atlas-4_3A00_-Only-2-calls-at-a-time-and-don_2700_t-expect-any-order.aspx#421091</link><pubDate>Thu, 14 Dec 2006 17:16:26 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:421091</guid><dc:creator>Marijn Ros</dc:creator><description>&lt;p&gt;As far as I know, a 2 connection limit is suggested in the HTTP/1.1 specification.&lt;/p&gt;
&lt;p&gt;I think it can be raised by the user through a registry setting, but there is a reason for setting it to 2: it is a balance between network load and webserver load combined with the fact that using 1 connection would show the stalls all the time, while with 2 there is at least a way to bypass a large request.&lt;/p&gt;
&lt;p&gt; Marijn&lt;/p&gt;
&lt;p&gt;BTW: Opera has the connection limit set higher ( 4 or 8, I do not remember), Firefox also defaults to 2 (for HTTP/1.1, I think it is 4 for HTTP/1.0)&lt;/p&gt;
&lt;p&gt;BTW2: Using HTTP pipelining, at least the start can coincide with a previous download&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=421091" width="1" height="1"&gt;</description></item><item><title>re: Atlas 4: Only 2 calls at a time and don't expect any order</title><link>http://msmvps.com/blogs/omar/archive/2006/09/23/Atlas-4_3A00_-Only-2-calls-at-a-time-and-don_2700_t-expect-any-order.aspx#419313</link><pubDate>Wed, 13 Dec 2006 23:25:50 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:419313</guid><dc:creator>Al Borns</dc:creator><description>&lt;p&gt;The behavior comes from a limitation within WinInet and as far as I know there is no fix, except using another component ;-)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=419313" width="1" height="1"&gt;</description></item><item><title>re: Atlas 4: Only 2 calls at a time and don't expect any order</title><link>http://msmvps.com/blogs/omar/archive/2006/09/23/Atlas-4_3A00_-Only-2-calls-at-a-time-and-don_2700_t-expect-any-order.aspx#417962</link><pubDate>Wed, 13 Dec 2006 14:27:16 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:417962</guid><dc:creator>Rachit</dc:creator><description>&lt;p&gt;Is there anyway to increase the concurrent http connections limit? What are the down side of it if we increase it? Anyways, it's bad idea to call more than 2 requests at a time but when you deal with long running webservices (which takes more than 2-3 seconds), I wonder what else can be done!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=417962" width="1" height="1"&gt;</description></item><item><title>re: Atlas 4: Only 2 calls at a time and don't expect any order</title><link>http://msmvps.com/blogs/omar/archive/2006/09/23/Atlas-4_3A00_-Only-2-calls-at-a-time-and-don_2700_t-expect-any-order.aspx#348196</link><pubDate>Tue, 28 Nov 2006 09:36:26 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:348196</guid><dc:creator>Michael Schwarz</dc:creator><description>&lt;p&gt;Look at my blog where I'm writing about mistakes in AJAX applications. You should never run more than one request at the same time. Not only AJAX requests are queued because of the 2 concurrent http connections restriction, think on mouseover images!&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=348196" width="1" height="1"&gt;</description></item></channel></rss>