<?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: iPhone &#8211; Downloading an image asynchronously. Revisited!</title>
	<atom:link href="http://blog.sallarp.com/asynch-uiimage-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sallarp.com/asynch-uiimage-revisited/</link>
	<description>Code, Code, Revolution!</description>
	<lastBuildDate>Tue, 09 Mar 2010 21:04:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: NIVETHA</title>
		<link>http://blog.sallarp.com/asynch-uiimage-revisited/comment-page-1/#comment-3726</link>
		<dc:creator>NIVETHA</dc:creator>
		<pubDate>Tue, 25 Aug 2009 04:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=108#comment-3726</guid>
		<description>thank u</description>
		<content:encoded><![CDATA[<p>thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NIVETHA</title>
		<link>http://blog.sallarp.com/asynch-uiimage-revisited/comment-page-1/#comment-3725</link>
		<dc:creator>NIVETHA</dc:creator>
		<pubDate>Tue, 25 Aug 2009 04:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=108#comment-3725</guid>
		<description>Really very nice post...... it helped me very much</description>
		<content:encoded><![CDATA[<p>Really very nice post&#8230;&#8230; it helped me very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Björn Sållarp</title>
		<link>http://blog.sallarp.com/asynch-uiimage-revisited/comment-page-1/#comment-1535</link>
		<dc:creator>Björn Sållarp</dc:creator>
		<pubDate>Sun, 24 May 2009 05:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=108#comment-1535</guid>
		<description>Hello Cedric,

1. In the demo app I allocate a single InternetImage, there is no previous instance to release.
2. Same with ImageConnection.

I suspect the memory leaks are in your own implementation.</description>
		<content:encoded><![CDATA[<p>Hello Cedric,</p>
<p>1. In the demo app I allocate a single InternetImage, there is no previous instance to release.<br />
2. Same with ImageConnection.</p>
<p>I suspect the memory leaks are in your own implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cedric Vandendriessche</title>
		<link>http://blog.sallarp.com/asynch-uiimage-revisited/comment-page-1/#comment-1517</link>
		<dc:creator>Cedric Vandendriessche</dc:creator>
		<pubDate>Sat, 23 May 2009 18:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=108#comment-1517</guid>
		<description>Nice piece of code! But I have to say there are 2 memory leaks. 

1. You allocate InternetImage without releasing previous one.
2. Same as above but with imageConnection.

I also did this with an other class and also there there&#039;s some general memory leak. I contacted apple about it and they told me to test it on 3.0 latest béta but I don&#039;t want to lose my 2.2.1 install. Maybe you could test your code (or the URLCache apple sampleCode)

Thanks,

Cedric</description>
		<content:encoded><![CDATA[<p>Nice piece of code! But I have to say there are 2 memory leaks. </p>
<p>1. You allocate InternetImage without releasing previous one.<br />
2. Same as above but with imageConnection.</p>
<p>I also did this with an other class and also there there&#8217;s some general memory leak. I contacted apple about it and they told me to test it on 3.0 latest béta but I don&#8217;t want to lose my 2.2.1 install. Maybe you could test your code (or the URLCache apple sampleCode)</p>
<p>Thanks,</p>
<p>Cedric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adeem Basraa</title>
		<link>http://blog.sallarp.com/asynch-uiimage-revisited/comment-page-1/#comment-811</link>
		<dc:creator>Adeem Basraa</dc:creator>
		<pubDate>Tue, 05 May 2009 12:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=108#comment-811</guid>
		<description>Thax for a neat code :)</description>
		<content:encoded><![CDATA[<p>Thax for a neat code <img src='http://blog.sallarp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Björn Sållarp</title>
		<link>http://blog.sallarp.com/asynch-uiimage-revisited/comment-page-1/#comment-682</link>
		<dc:creator>Björn Sållarp</dc:creator>
		<pubDate>Sat, 02 May 2009 00:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=108#comment-682</guid>
		<description>It is open source. It&#039;s unfortunate that I wrote that in all the files previously. Everything on my blog is free to use and modify in any way you seem fit. I havn&#039;t updated all the &quot;old&quot; code samples with a free to use statement, but my intent is that the code posted on my blog is free to use and modify by anyone. 

If you appriciate and use the code I would like it if your link back from your site/blog.

Best regards,
Björn</description>
		<content:encoded><![CDATA[<p>It is open source. It&#8217;s unfortunate that I wrote that in all the files previously. Everything on my blog is free to use and modify in any way you seem fit. I havn&#8217;t updated all the &#8220;old&#8221; code samples with a free to use statement, but my intent is that the code posted on my blog is free to use and modify by anyone. </p>
<p>If you appriciate and use the code I would like it if your link back from your site/blog.</p>
<p>Best regards,<br />
Björn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sasha Aickin</title>
		<link>http://blog.sallarp.com/asynch-uiimage-revisited/comment-page-1/#comment-670</link>
		<dc:creator>Sasha Aickin</dc:creator>
		<pubDate>Fri, 01 May 2009 17:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=108#comment-670</guid>
		<description>Great post; very informative.  I&#039;m wondering if you have any intentions of open sourcing InternetImage.  Right now the files all say that they are &quot;all rights reserved&quot;, which means that no one else can use them.</description>
		<content:encoded><![CDATA[<p>Great post; very informative.  I&#8217;m wondering if you have any intentions of open sourcing InternetImage.  Right now the files all say that they are &#8220;all rights reserved&#8221;, which means that no one else can use them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shouldAutorotateToInterfaceOrientation?</title>
		<link>http://blog.sallarp.com/asynch-uiimage-revisited/comment-page-1/#comment-158</link>
		<dc:creator>shouldAutorotateToInterfaceOrientation?</dc:creator>
		<pubDate>Sat, 14 Mar 2009 00:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=108#comment-158</guid>
		<description>[...] with the app and can easily be changed to download images from the internet. Check out my post on downloading images asynchronously. I&#8217;ve done my best to add useful comments along with the code but if you have questions [...]</description>
		<content:encoded><![CDATA[<p>[...] with the app and can easily be changed to download images from the internet. Check out my post on downloading images asynchronously. I&#8217;ve done my best to add useful comments along with the code but if you have questions [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone development - Downloading an image asynchronously</title>
		<link>http://blog.sallarp.com/asynch-uiimage-revisited/comment-page-1/#comment-10</link>
		<dc:creator>iPhone development - Downloading an image asynchronously</dc:creator>
		<pubDate>Sat, 01 Nov 2008 23:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=108#comment-10</guid>
		<description>[...] Development, iPhone  NOTE! I&#8217;ve updated the InternetImage class, read about it in this post: Downloading an image asynchronously. Revisited!, you will also find the revised code [...]</description>
		<content:encoded><![CDATA[<p>[...] Development, iPhone  NOTE! I&#8217;ve updated the InternetImage class, read about it in this post: Downloading an image asynchronously. Revisited!, you will also find the revised code [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
