<?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: Good Memory Management When Using PureMVC	</title>
	<atom:link href="https://jessewarden.com/2009/11/good-memory-management-when-using-puremvc.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2009/11/good-memory-management-when-using-puremvc.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Thu, 25 Mar 2010 12:06:31 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Shashank		</title>
		<link>https://jessewarden.com/2009/11/good-memory-management-when-using-puremvc.html/comment-page-1#comment-231266</link>

		<dc:creator><![CDATA[Shashank]]></dc:creator>
		<pubDate>Thu, 25 Mar 2010 12:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1845#comment-231266</guid>

					<description><![CDATA[Hi Jesse,

Search This in google--
what are the advantages of using weakreferences in Flex

This page link comes 2nd But the title i am getting is reeducate the great efforts done by you for this article , Just a suggestion Try to solve it :)]]></description>
			<content:encoded><![CDATA[<p>Hi Jesse,</p>
<p>Search This in google&#8211;<br />
what are the advantages of using weakreferences in Flex</p>
<p>This page link comes 2nd But the title i am getting is reeducate the great efforts done by you for this article , Just a suggestion Try to solve it :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shashank		</title>
		<link>https://jessewarden.com/2009/11/good-memory-management-when-using-puremvc.html/comment-page-1#comment-231264</link>

		<dc:creator><![CDATA[Shashank]]></dc:creator>
		<pubDate>Thu, 25 Mar 2010 11:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1845#comment-231264</guid>

					<description><![CDATA[Jess...

Its aweSome article .. Really a great tutor for all FlexDev. 10 out of 10 :)]]></description>
			<content:encoded><![CDATA[<p>Jess&#8230;</p>
<p>Its aweSome article .. Really a great tutor for all FlexDev. 10 out of 10 :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Phillip Kerman		</title>
		<link>https://jessewarden.com/2009/11/good-memory-management-when-using-puremvc.html/comment-page-1#comment-207678</link>

		<dc:creator><![CDATA[Phillip Kerman]]></dc:creator>
		<pubDate>Sun, 15 Nov 2009 07:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1845#comment-207678</guid>

					<description><![CDATA[Great article.  The way Flash&#039;s addEventListener() defaults to strong actually helps save typing on that line of code anyway. 

I do think a decent compromise is to recognize which elements of a project are really worth the extra effort.  If you&#039;re making a billion instances of something then it&#039;s time to do the necessary work.  If there&#039;s a part that never or rarely needs to get totally removed I suppose you can use weak references or--gasp--just let the memory leak go.  I&#039;m not suggesting people become &quot;pussies&quot; but step 1 is to notice when it matters most.]]></description>
			<content:encoded><![CDATA[<p>Great article.  The way Flash&#8217;s addEventListener() defaults to strong actually helps save typing on that line of code anyway. </p>
<p>I do think a decent compromise is to recognize which elements of a project are really worth the extra effort.  If you&#8217;re making a billion instances of something then it&#8217;s time to do the necessary work.  If there&#8217;s a part that never or rarely needs to get totally removed I suppose you can use weak references or&#8211;gasp&#8211;just let the memory leak go.  I&#8217;m not suggesting people become &#8220;pussies&#8221; but step 1 is to notice when it matters most.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: erikbianchi		</title>
		<link>https://jessewarden.com/2009/11/good-memory-management-when-using-puremvc.html/comment-page-1#comment-207084</link>

		<dc:creator><![CDATA[erikbianchi]]></dc:creator>
		<pubDate>Wed, 11 Nov 2009 23:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1845#comment-207084</guid>

					<description><![CDATA[in regards to weak references it is worth mentioning 2 important things:

1) weak references are more expensive then strong. they take longer to process.

2) you never know when a weak reference will get garbage collected.

Now if my team is working on a project that WE built. Then yeah: RCOK DESTORY. But if we jump into the middle of a project we didn&#039;t build where we could miss a destory or dont have time to crawl through all their code to add it then using weak references may not be a bad idea imo.

-erik]]></description>
			<content:encoded><![CDATA[<p>in regards to weak references it is worth mentioning 2 important things:</p>
<p>1) weak references are more expensive then strong. they take longer to process.</p>
<p>2) you never know when a weak reference will get garbage collected.</p>
<p>Now if my team is working on a project that WE built. Then yeah: RCOK DESTORY. But if we jump into the middle of a project we didn&#8217;t build where we could miss a destory or dont have time to crawl through all their code to add it then using weak references may not be a bad idea imo.</p>
<p>-erik</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yi&#8217;s blog - ä¼˜åŒ–fLEXç¨‹åºæ€§èƒ½çš„å„ç§æ–¹æ³•		</title>
		<link>https://jessewarden.com/2009/11/good-memory-management-when-using-puremvc.html/comment-page-1#comment-206794</link>

		<dc:creator><![CDATA[Yi&#8217;s blog - ä¼˜åŒ–fLEXç¨‹åºæ€§èƒ½çš„å„ç§æ–¹æ³•]]></dc:creator>
		<pubDate>Tue, 10 Nov 2009 14:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1845#comment-206794</guid>

					<description><![CDATA[[...] Good Memory Management When Using PureMVC http://jessewarden.com/2009/11/good-memory-management-when-using-puremvc.html [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Good Memory Management When Using PureMVC <a href="http://jessewarden.com/2009/11/good-memory-management-when-using-puremvc.html" rel="ugc">http://jessewarden.com/2009/11/good-memory-management-when-using-puremvc.html</a> [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
