<?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: When to use NSOperation vs. GCD</title>
	<atom:link href="http://eschatologist.net/blog/?feed=rss2&#038;p=232" rel="self" type="application/rss+xml" />
	<link>http://eschatologist.net/blog/?p=232</link>
	<description>Ask me how it ends…</description>
	<lastBuildDate>Wed, 01 Sep 2010 12:18:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: First military loans</title>
		<link>http://eschatologist.net/blog/?p=232&#038;cpage=1#comment-8692</link>
		<dc:creator>First military loans</dc:creator>
		<pubDate>Thu, 01 Jul 2010 18:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://eschatologist.net/blog/?p=232#comment-8692</guid>
		<description>&lt;p&gt;really great sites, thank you, &lt;a href=&quot;http://profiles.friendster.com/militaryloa#1&quot; rel=&quot;nofollow&quot;&gt;First military loans&lt;/a&gt; [url=http://profiles.friendster.com/militaryloa#1]First military loans[/url],  2327,&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>really great sites, thank you, <a href="http://profiles.friendster.com/militaryloa#1" rel="nofollow">First military loans</a> [url=http://profiles.friendster.com/militaryloa#1]First military loans[/url],  2327,</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Mear</title>
		<link>http://eschatologist.net/blog/?p=232&#038;cpage=1#comment-1055</link>
		<dc:creator>Chris Mear</dc:creator>
		<pubDate>Wed, 09 Sep 2009 19:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://eschatologist.net/blog/?p=232#comment-1055</guid>
		<description>&lt;p&gt;Brilliant, thanks for the response!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Brilliant, thanks for the response!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: James Bucanek</title>
		<link>http://eschatologist.net/blog/?p=232&#038;cpage=1#comment-1051</link>
		<dc:creator>James Bucanek</dc:creator>
		<pubDate>Wed, 09 Sep 2009 16:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://eschatologist.net/blog/?p=232#comment-1051</guid>
		<description>&lt;p&gt;Chris,&lt;/p&gt;

&lt;p&gt;Yes. In 10.6 NSOperation uses Grand Central Dispatch to do it&#039;s work. So if you&#039;ve already written, or continue to write, NSOperation methods you&#039;ll benefit from GCD automatically on Snow Leopard while retaining backwards compatibility with Leopard.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Chris,</p>

<p>Yes. In 10.6 NSOperation uses Grand Central Dispatch to do it&#8217;s work. So if you&#8217;ve already written, or continue to write, NSOperation methods you&#8217;ll benefit from GCD automatically on Snow Leopard while retaining backwards compatibility with Leopard.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Bernard</title>
		<link>http://eschatologist.net/blog/?p=232&#038;cpage=1#comment-1050</link>
		<dc:creator>Pierre Bernard</dc:creator>
		<pubDate>Wed, 09 Sep 2009 14:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://eschatologist.net/blog/?p=232#comment-1050</guid>
		<description>&lt;p&gt;I would love to see an example of somebody tying in NSOperationQueue with a table view to produce a representation of a list of concurrent and individually cancelable tasks.  Much like the copy/move progress window in the Finder.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I would love to see an example of somebody tying in NSOperationQueue with a table view to produce a representation of a list of concurrent and individually cancelable tasks.  Much like the copy/move progress window in the Finder.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Mear</title>
		<link>http://eschatologist.net/blog/?p=232&#038;cpage=1#comment-1049</link>
		<dc:creator>Chris Mear</dc:creator>
		<pubDate>Wed, 09 Sep 2009 09:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://eschatologist.net/blog/?p=232#comment-1049</guid>
		<description>&lt;p&gt;Newbie question: Does this mean that one could write the same code to target 10.5 and 10.6, using NSOperation, and get the benefit of GCD backing on 10.6 while still retaining source-level compatibility with 10.5?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Newbie question: Does this mean that one could write the same code to target 10.5 and 10.6, using NSOperation, and get the benefit of GCD backing on 10.6 while still retaining source-level compatibility with 10.5?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Barrett</title>
		<link>http://eschatologist.net/blog/?p=232&#038;cpage=1#comment-1046</link>
		<dc:creator>Colin Barrett</dc:creator>
		<pubDate>Wed, 09 Sep 2009 04:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://eschatologist.net/blog/?p=232#comment-1046</guid>
		<description>&lt;p&gt;I actually feel the opposite. NSOperation&#039;s heavy reliance on KVO makes it a real pain to use. I would rather re-imement something like cancelling or chaining myself than deal with KVO&#039;s ugly API.&lt;/p&gt;

&lt;p&gt;A bit extreme, sure. But fighting that particular fight is just a real drag.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I actually feel the opposite. NSOperation&#8217;s heavy reliance on KVO makes it a real pain to use. I would rather re-imement something like cancelling or chaining myself than deal with KVO&#8217;s ugly API.</p>

<p>A bit extreme, sure. But fighting that particular fight is just a real drag.</p>]]></content:encoded>
	</item>
</channel>
</rss>
