<?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: A Watchdog Timer in GCD</title>
	<atom:link href="http://www.fieryrobot.com/blog/2010/07/10/a-watchdog-timer-in-gcd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fieryrobot.com/blog/2010/07/10/a-watchdog-timer-in-gcd/</link>
	<description>Defender of Corporate Headquarters</description>
	<lastBuildDate>Fri, 09 Dec 2011 06:14:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: app development, iPhone, iPad, iOS development, personal finance, St. Louis</title>
		<link>http://www.fieryrobot.com/blog/2010/07/10/a-watchdog-timer-in-gcd/comment-page-1/#comment-212424</link>
		<dc:creator>app development, iPhone, iPad, iOS development, personal finance, St. Louis</dc:creator>
		<pubDate>Tue, 21 Jun 2011 03:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieryrobot.com/blog/?p=277#comment-212424</guid>
		<description>&lt;p&gt;[...] found fieryrobot&#8217;s Watchdog timer in GCD which meets my basic need for timer. But I need to return from timer to the main thread. Quote [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] found fieryrobot&#8217;s Watchdog timer in GCD which meets my basic need for timer. But I need to return from timer to the main thread. Quote [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Weller</title>
		<link>http://www.fieryrobot.com/blog/2010/07/10/a-watchdog-timer-in-gcd/comment-page-1/#comment-195605</link>
		<dc:creator>Steve Weller</dc:creator>
		<pubDate>Sun, 11 Jul 2010 13:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieryrobot.com/blog/?p=277#comment-195605</guid>
		<description>&lt;p&gt;Also see this GCD timer implementation by Mike Ash:&lt;/p&gt;

&lt;p&gt;http://www.mikeash.com/pyblog/friday-qa-2010-07-02-background-timers.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Also see this GCD timer implementation by Mike Ash:</p>

<p><a href="http://www.mikeash.com/pyblog/friday-qa-2010-07-02-background-timers.html" rel="nofollow">http://www.mikeash.com/pyblog/friday-qa-2010-07-02-background-timers.html</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Strandgaard</title>
		<link>http://www.fieryrobot.com/blog/2010/07/10/a-watchdog-timer-in-gcd/comment-page-1/#comment-195602</link>
		<dc:creator>Simon Strandgaard</dc:creator>
		<pubDate>Sun, 11 Jul 2010 12:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieryrobot.com/blog/?p=277#comment-195602</guid>
		<description>&lt;p&gt;Dunno if iPhone have posix signals. In mac programs, I use SIGALRM. To start the watchdog I just do alarm(5);. To cancel the watchdog I just do alarm(0); However alarm() only takes seconds as it&#039;s argument.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dunno if iPhone have posix signals. In mac programs, I use SIGALRM. To start the watchdog I just do alarm(5);. To cancel the watchdog I just do alarm(0); However alarm() only takes seconds as it&#8217;s argument.</p>]]></content:encoded>
	</item>
</channel>
</rss>

