<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Ajax tip of the day &#8211; Concurrent Connections</title>
	<atom:link href="http://www.ajaxtutorial.net/index.php/2006/03/22/ajax-tip-of-the-day-concurrent-connections/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxtutorial.net/index.php/2006/03/22/ajax-tip-of-the-day-concurrent-connections/</link>
	<description>Helping newbies learn AJAX with Tutorials</description>
	<lastBuildDate>Sat, 08 Jan 2011 17:21:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: necroman08</title>
		<link>http://www.ajaxtutorial.net/index.php/2006/03/22/ajax-tip-of-the-day-concurrent-connections/#comment-4686</link>
		<dc:creator>necroman08</dc:creator>
		<pubDate>Thu, 29 May 2008 02:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxtutorial.net/index.php/2006/03/22/ajax-tip-of-the-day-concurrent-connections/#comment-4686</guid>
		<description>Can this be solved by adding false to xmlHttp.open
xmlHttp.open(&quot;GET&quot;,url,false);
so the call i synchronoss instead of asynchronoss as default, and the execution of code waits until the call is completely done?</description>
		<content:encoded><![CDATA[<p>Can this be solved by adding false to xmlHttp.open<br />
xmlHttp.open(&#8220;GET&#8221;,url,false);<br />
so the call i synchronoss instead of asynchronoss as default, and the execution of code waits until the call is completely done?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

