<?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 for Naren</title>
	<atom:link href="http://blog.narent.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.narent.com</link>
	<description>Least Generic to Most Specific</description>
	<lastBuildDate>Mon, 23 Nov 2009 11:22:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Running NSTimer on Separate Thread by Hasnat</title>
		<link>http://blog.narent.com/?p=21&#038;cpage=1#comment-95</link>
		<dc:creator>Hasnat</dc:creator>
		<pubDate>Mon, 23 Nov 2009 11:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.narent.com/?p=21#comment-95</guid>
		<description>incase you are wondering how to stop it
just use 
[timer invalidate];
in timerTick:</description>
		<content:encoded><![CDATA[<p>incase you are wondering how to stop it<br />
just use<br />
[timer invalidate];<br />
in timerTick:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running NSTimer on Separate Thread by Rorun</title>
		<link>http://blog.narent.com/?p=21&#038;cpage=1#comment-64</link>
		<dc:creator>Rorun</dc:creator>
		<pubDate>Thu, 27 Aug 2009 16:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.narent.com/?p=21#comment-64</guid>
		<description>Hi!, I newbie in the manage of threads in COCOA. In the example, How kill the thread? if I need use many threads, and i need kill each one of them. What is the correct way for manipulate them.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi!, I newbie in the manage of threads in COCOA. In the example, How kill the thread? if I need use many threads, and i need kill each one of them. What is the correct way for manipulate them.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running NSTimer on Separate Thread by narendra.tumkur</title>
		<link>http://blog.narent.com/?p=21&#038;cpage=1#comment-57</link>
		<dc:creator>narendra.tumkur</dc:creator>
		<pubDate>Mon, 27 Jul 2009 06:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.narent.com/?p=21#comment-57</guid>
		<description>No problem. Glad I could help.</description>
		<content:encoded><![CDATA[<p>No problem. Glad I could help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running NSTimer on Separate Thread by rebs</title>
		<link>http://blog.narent.com/?p=21&#038;cpage=1#comment-56</link>
		<dc:creator>rebs</dc:creator>
		<pubDate>Sun, 26 Jul 2009 23:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.narent.com/?p=21#comment-56</guid>
		<description>Hey just wanted to say thanks, I  was hitting my head against the brick wall with the problem of the thread exiting.

the [runLoop run] fixed it!.</description>
		<content:encoded><![CDATA[<p>Hey just wanted to say thanks, I  was hitting my head against the brick wall with the problem of the thread exiting.</p>
<p>the [runLoop run] fixed it!.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running NSTimer on Separate Thread by narendra.tumkur</title>
		<link>http://blog.narent.com/?p=21&#038;cpage=1#comment-49</link>
		<dc:creator>narendra.tumkur</dc:creator>
		<pubDate>Sun, 05 Jul 2009 14:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.narent.com/?p=21#comment-49</guid>
		<description>Hey Handi,
I&#039;m not sure why there is a leak. I haven&#039;t had time to try it out myself.
You can however find out which object has not been released with the Leak performance tool.
Sorry I can&#039;t be of much help right now :&#124;

Cheers
Naren</description>
		<content:encoded><![CDATA[<p>Hey Handi,<br />
I&#8217;m not sure why there is a leak. I haven&#8217;t had time to try it out myself.<br />
You can however find out which object has not been released with the Leak performance tool.<br />
Sorry I can&#8217;t be of much help right now <img src='http://blog.narent.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
<p>Cheers<br />
Naren</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running NSTimer on Separate Thread by Handi</title>
		<link>http://blog.narent.com/?p=21&#038;cpage=1#comment-48</link>
		<dc:creator>Handi</dc:creator>
		<pubDate>Thu, 02 Jul 2009 15:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.narent.com/?p=21#comment-48</guid>
		<description>Hi Naren,

I just tried that too and it is still leaking the same thing.
This is what being shown in the tool:
Leaked Object	#	Address	Size	Responsible Library	Responsible Frame
Malloc 16 Bytes	 	0x3a19f70	16	WebCore	CurrentThreadContext()

Thx for such prompt reply!

Handi</description>
		<content:encoded><![CDATA[<p>Hi Naren,</p>
<p>I just tried that too and it is still leaking the same thing.<br />
This is what being shown in the tool:<br />
Leaked Object	#	Address	Size	Responsible Library	Responsible Frame<br />
Malloc 16 Bytes	 	0&#215;3a19f70	16	WebCore	CurrentThreadContext()</p>
<p>Thx for such prompt reply!</p>
<p>Handi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running NSTimer on Separate Thread by narendra.tumkur</title>
		<link>http://blog.narent.com/?p=21&#038;cpage=1#comment-47</link>
		<dc:creator>narendra.tumkur</dc:creator>
		<pubDate>Thu, 02 Jul 2009 04:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.narent.com/?p=21#comment-47</guid>
		<description>Hi Handi,
I am not able to check this immediately, but is it possible that you need to do a [NSTimer release] before [pool release]?

Naren</description>
		<content:encoded><![CDATA[<p>Hi Handi,<br />
I am not able to check this immediately, but is it possible that you need to do a [NSTimer release] before [pool release]?</p>
<p>Naren</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running NSTimer on Separate Thread by Handi</title>
		<link>http://blog.narent.com/?p=21&#038;cpage=1#comment-46</link>
		<dc:creator>Handi</dc:creator>
		<pubDate>Thu, 02 Jul 2009 03:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.narent.com/?p=21#comment-46</guid>
		<description>Hi Naren,

Thank you for writing this example.
I did the same thing but I ran into a leak problem on the runloop.
I ran &quot;Leak&quot; performance tool on my app. And it always pointing out that I have a 16 bytes leak on [runloop run].
This leak only happens after I have the timer finish running meaning the timer got invalidated -&gt; [pool release] got called.

I wonder if you are having the same issue as well.

I read in the documentation that NSRunLoop should only be called within the context of current thread. I wonder if this is causing the leak...

Handi</description>
		<content:encoded><![CDATA[<p>Hi Naren,</p>
<p>Thank you for writing this example.<br />
I did the same thing but I ran into a leak problem on the runloop.<br />
I ran &#8220;Leak&#8221; performance tool on my app. And it always pointing out that I have a 16 bytes leak on [runloop run].<br />
This leak only happens after I have the timer finish running meaning the timer got invalidated -&gt; [pool release] got called.</p>
<p>I wonder if you are having the same issue as well.</p>
<p>I read in the documentation that NSRunLoop should only be called within the context of current thread. I wonder if this is causing the leak&#8230;</p>
<p>Handi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
