<?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: ActionScript Design Pattern Samples: The Singleton</title>
	<atom:link href="http://www.kalengibbons.com/blog/index.php/2010/03/actionscript-design-pattern-samples-the-singleton/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalengibbons.com/blog/index.php/2010/03/actionscript-design-pattern-samples-the-singleton/</link>
	<description>The Dead Tree Blog</description>
	<lastBuildDate>Wed, 18 Jan 2012 08:30:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John Wilker</title>
		<link>http://www.kalengibbons.com/blog/index.php/2010/03/actionscript-design-pattern-samples-the-singleton/comment-page-1/#comment-7119</link>
		<dc:creator>John Wilker</dc:creator>
		<pubDate>Tue, 15 Jun 2010 16:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog/?p=421#comment-7119</guid>
		<description>Hey Kalen, 

Sorry to reach out through blog comments :) But wanted to see if you&#039;d be interested in doing a Flex Show interview on printing in Flex. 

john AT theflexshow DOT com

Thanks man!</description>
		<content:encoded><![CDATA[<p>Hey Kalen, </p>
<p>Sorry to reach out through blog comments <img src='http://www.kalengibbons.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But wanted to see if you&#8217;d be interested in doing a Flex Show interview on printing in Flex. </p>
<p>john AT theflexshow DOT com</p>
<p>Thanks man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Dodge</title>
		<link>http://www.kalengibbons.com/blog/index.php/2010/03/actionscript-design-pattern-samples-the-singleton/comment-page-1/#comment-5562</link>
		<dc:creator>Kyle Dodge</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalengibbons.com/blog/?p=421#comment-5562</guid>
		<description>Nice example Kalen. Should also point out to those who don&#039;t know, because AS3 is single-threaded you don&#039;t have to worry about threading issues as you do with Java and other languages. In a threading language, you would have to worry about two threads calling getInstance() at the same time and creating two instances of ShoppingCart.</description>
		<content:encoded><![CDATA[<p>Nice example Kalen. Should also point out to those who don&#8217;t know, because AS3 is single-threaded you don&#8217;t have to worry about threading issues as you do with Java and other languages. In a threading language, you would have to worry about two threads calling getInstance() at the same time and creating two instances of ShoppingCart.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

