<?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: Multiple async NSURLConnections example</title>
	<atom:link href="http://blog.emmerinc.be/index.php/2009/03/15/multiple-async-nsurlconnections-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.emmerinc.be/index.php/2009/03/15/multiple-async-nsurlconnections-example/</link>
	<description>Tales from a .NET developer who's making the jump to the iPhone &#38; App Store wonderland.</description>
	<lastBuildDate>Thu, 09 Sep 2010 02:30:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thung</title>
		<link>http://blog.emmerinc.be/index.php/2009/03/15/multiple-async-nsurlconnections-example/comment-page-1/#comment-2360</link>
		<dc:creator>Thung</dc:creator>
		<pubDate>Thu, 09 Sep 2010 02:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmerinc.be/?p=187#comment-2360</guid>
		<description>Im also wondering about how to cancel the connection. Please help</description>
		<content:encoded><![CDATA[<p>Im also wondering about how to cancel the connection. Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guymon</title>
		<link>http://blog.emmerinc.be/index.php/2009/03/15/multiple-async-nsurlconnections-example/comment-page-1/#comment-2344</link>
		<dc:creator>Guymon</dc:creator>
		<pubDate>Tue, 24 Aug 2010 15:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmerinc.be/?p=187#comment-2344</guid>
		<description>Thanks this helped a lot. I was wondering how to cancel a connection using this tag. I’m having issues when refreshing and canceling all connections would be ideal.

like [CustomURLConnection tag:@&#039;myTag&#039; cancel]:

Sorry I’m just learning?!</description>
		<content:encoded><![CDATA[<p>Thanks this helped a lot. I was wondering how to cancel a connection using this tag. I’m having issues when refreshing and canceling all connections would be ideal.</p>
<p>like [CustomURLConnection tag:@'myTag' cancel]:</p>
<p>Sorry I’m just learning?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kostas</title>
		<link>http://blog.emmerinc.be/index.php/2009/03/15/multiple-async-nsurlconnections-example/comment-page-1/#comment-2333</link>
		<dc:creator>kostas</dc:creator>
		<pubDate>Thu, 01 Jul 2010 02:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmerinc.be/?p=187#comment-2333</guid>
		<description>Nice tutorial,

can you post a sample on how the cancel and fail would work?</description>
		<content:encoded><![CDATA[<p>Nice tutorial,</p>
<p>can you post a sample on how the cancel and fail would work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://blog.emmerinc.be/index.php/2009/03/15/multiple-async-nsurlconnections-example/comment-page-1/#comment-2232</link>
		<dc:creator>james</dc:creator>
		<pubDate>Fri, 04 Jun 2010 11:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmerinc.be/?p=187#comment-2232</guid>
		<description>hmmm yes you&#039;re right.  took 5 minutes to understand it and it&#039;s ok, it&#039;s easy :)

For people who don&#039;t know what to do with the last NSMutableData, just convert it to tring like this :

// convert the dataForConnection
NSString *string=[[NSString alloc] initWithData:dataForConnection encoding:NSASCIIStringEncoding];
//Display it in console to test if it works.
NSLog(@&quot;The result : %@&quot;,string);

Thank you so much for the class, it will be much helpful :D</description>
		<content:encoded><![CDATA[<p>hmmm yes you&#8217;re right.  took 5 minutes to understand it and it&#8217;s ok, it&#8217;s easy <img src='http://blog.emmerinc.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For people who don&#8217;t know what to do with the last NSMutableData, just convert it to tring like this :</p>
<p>// convert the dataForConnection<br />
NSString *string=[[NSString alloc] initWithData:dataForConnection encoding:NSASCIIStringEncoding];<br />
//Display it in console to test if it works.<br />
NSLog(@&#8221;The result : %@&#8221;,string);</p>
<p>Thank you so much for the class, it will be much helpful <img src='http://blog.emmerinc.be/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benny Michielsen</title>
		<link>http://blog.emmerinc.be/index.php/2009/03/15/multiple-async-nsurlconnections-example/comment-page-1/#comment-2231</link>
		<dc:creator>Benny Michielsen</dc:creator>
		<pubDate>Fri, 04 Jun 2010 10:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmerinc.be/?p=187#comment-2231</guid>
		<description>7 methods is not a lot of code James, really :)</description>
		<content:encoded><![CDATA[<p>7 methods is not a lot of code James, really <img src='http://blog.emmerinc.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://blog.emmerinc.be/index.php/2009/03/15/multiple-async-nsurlconnections-example/comment-page-1/#comment-2230</link>
		<dc:creator>james</dc:creator>
		<pubDate>Fri, 04 Jun 2010 10:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmerinc.be/?p=187#comment-2230</guid>
		<description>. . . but you code works well, i recommend it .</description>
		<content:encoded><![CDATA[<p>. . . but you code works well, i recommend it .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://blog.emmerinc.be/index.php/2009/03/15/multiple-async-nsurlconnections-example/comment-page-1/#comment-2229</link>
		<dc:creator>james</dc:creator>
		<pubDate>Fri, 04 Jun 2010 10:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmerinc.be/?p=187#comment-2229</guid>
		<description>Thanks for the answer. But it will be very hard to customize it, cuz customizing an uncommented code is much harder than creating a new one, so i&#039;m gonna creat mine :)
Thank you</description>
		<content:encoded><![CDATA[<p>Thanks for the answer. But it will be very hard to customize it, cuz customizing an uncommented code is much harder than creating a new one, so i&#8217;m gonna creat mine <img src='http://blog.emmerinc.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yannick Compernol</title>
		<link>http://blog.emmerinc.be/index.php/2009/03/15/multiple-async-nsurlconnections-example/comment-page-1/#comment-2228</link>
		<dc:creator>Yannick Compernol</dc:creator>
		<pubDate>Fri, 04 Jun 2010 10:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmerinc.be/?p=187#comment-2228</guid>
		<description>Have you copied the CustomURLConnection class in your project? It can be found in the blog post linked to at the top of this post. Don&#039;t forget to #import the CustomURLConnection class when you want to use it.</description>
		<content:encoded><![CDATA[<p>Have you copied the CustomURLConnection class in your project? It can be found in the blog post linked to at the top of this post. Don&#8217;t forget to #import the CustomURLConnection class when you want to use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://blog.emmerinc.be/index.php/2009/03/15/multiple-async-nsurlconnections-example/comment-page-1/#comment-2227</link>
		<dc:creator>james</dc:creator>
		<pubDate>Fri, 04 Jun 2010 09:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmerinc.be/?p=187#comment-2227</guid>
		<description>Thank you, but, Man, comment your code please, it takes 1 minute ...
When i run your code it tells me :  CustomURLConnectionundeclard, first use in this function.
You have an idea why ?</description>
		<content:encoded><![CDATA[<p>Thank you, but, Man, comment your code please, it takes 1 minute &#8230;<br />
When i run your code it tells me :  CustomURLConnectionundeclard, first use in this function.<br />
You have an idea why ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yannick Compernol</title>
		<link>http://blog.emmerinc.be/index.php/2009/03/15/multiple-async-nsurlconnections-example/comment-page-1/#comment-2199</link>
		<dc:creator>Yannick Compernol</dc:creator>
		<pubDate>Mon, 24 May 2010 18:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmerinc.be/?p=187#comment-2199</guid>
		<description>To my knowledge there is no limit, although you want to keep the amount of simultaneous connections to a minimum.</description>
		<content:encoded><![CDATA[<p>To my knowledge there is no limit, although you want to keep the amount of simultaneous connections to a minimum.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
