<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ronblog &#187; garbage collector</title>
	<atom:link href="http://www.thegatesofdawn.ca/wordpress/posts/tag/garbage-collector/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegatesofdawn.ca/wordpress</link>
	<description>WARNING: This blog contains writings known to the state of California to cause cancer and birth defects or other reproductive harm.</description>
	<lastBuildDate>Thu, 05 Jan 2012 17:15:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>.NET Garbage Collector making me batty, again</title>
		<link>http://www.thegatesofdawn.ca/wordpress/posts/2009/11/19/net-garbage-collector-making-me-batty-again/</link>
		<comments>http://www.thegatesofdawn.ca/wordpress/posts/2009/11/19/net-garbage-collector-making-me-batty-again/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 15:54:17 +0000</pubDate>
		<dc:creator>piper</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[garbage collection]]></category>
		<category><![CDATA[garbage collector]]></category>
		<category><![CDATA[mutex]]></category>
		<category><![CDATA[named mutex]]></category>

		<guid isPermaLink="false">http://www.thegatesofdawn.ca/wordpress/?p=501</guid>
		<description><![CDATA[I wrote previously about two things I had learned, through great pain, about the .NET garbage collector. Now I have another lesson to add to that. It a common requirement to have only a single instance of an application running.  If the user tries to launch another instance, the new instance is supposed to detect [...]]]></description>
		<wfw:commentRss>http://www.thegatesofdawn.ca/wordpress/posts/2009/11/19/net-garbage-collector-making-me-batty-again/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>.NET garbage collector making me batty</title>
		<link>http://www.thegatesofdawn.ca/wordpress/posts/2009/06/11/net-garbage-collector-making-me-batty/</link>
		<comments>http://www.thegatesofdawn.ca/wordpress/posts/2009/06/11/net-garbage-collector-making-me-batty/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 19:54:20 +0000</pubDate>
		<dc:creator>piper</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CLR]]></category>
		<category><![CDATA[garbage collection]]></category>
		<category><![CDATA[garbage collector]]></category>

		<guid isPermaLink="false">http://www.thegatesofdawn.ca/wordpress/?p=471</guid>
		<description><![CDATA[I&#8217;ve spent a few days trying to track down a garbage collection problem in some code I&#8217;ve been working on.  I finally figured it out. Along the way, I&#8217;ve learned more about .NET garbage collection than I ever wanted to know, and discovered a useful tool to help with these kinds of problems. I have [...]]]></description>
		<wfw:commentRss>http://www.thegatesofdawn.ca/wordpress/posts/2009/06/11/net-garbage-collector-making-me-batty/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

