<?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: Dan&#8217;s Worst .NET Bug</title>
	<atom:link href="http://rwandering.net/2008/02/17/dans-worst-net-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://rwandering.net/2008/02/17/dans-worst-net-bug/</link>
	<description>The blogged wandering of Robert W. Anderson</description>
	<lastBuildDate>Mon, 20 Jun 2011 16:33:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tom</title>
		<link>http://rwandering.net/2008/02/17/dans-worst-net-bug/comment-page-1/#comment-188838</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 17 Dec 2008 00:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://rwandering.net/2008/02/17/dans-worst-net-bug/#comment-188838</guid>
		<description>I found a workaround for this.  By calling GC.Collect and GC.WaitForPendingFinalilzers every so often, that was enough to clean up and prevent the crash.  I think what was happening was that the system is allocating handles faster than it can free them, never getting around to doing so.  Which meant that the file system ran out of file handles, thus the IO Exception.  It&#039;s cheesy, but it worked for me!</description>
		<content:encoded><![CDATA[<p>I found a workaround for this.  By calling GC.Collect and GC.WaitForPendingFinalilzers every so often, that was enough to clean up and prevent the crash.  I think what was happening was that the system is allocating handles faster than it can free them, never getting around to doing so.  Which meant that the file system ran out of file handles, thus the IO Exception.  It&#8217;s cheesy, but it worked for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert W. Anderson</title>
		<link>http://rwandering.net/2008/02/17/dans-worst-net-bug/comment-page-1/#comment-185155</link>
		<dc:creator>Robert W. Anderson</dc:creator>
		<pubDate>Tue, 04 Nov 2008 18:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://rwandering.net/2008/02/17/dans-worst-net-bug/#comment-185155</guid>
		<description>Tom,

I never did get any further with this.  Other things took priority.  This is a question I should have gotten answered at the PDC.  When I get a chance, I&#039;ll ping some people on the Microsoft product teams to see if I can get an answer.

Cheers,
Robert</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>I never did get any further with this.  Other things took priority.  This is a question I should have gotten answered at the PDC.  When I get a chance, I&#8217;ll ping some people on the Microsoft product teams to see if I can get an answer.</p>
<p>Cheers,<br />
Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://rwandering.net/2008/02/17/dans-worst-net-bug/comment-page-1/#comment-185110</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 03 Nov 2008 18:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://rwandering.net/2008/02/17/dans-worst-net-bug/#comment-185110</guid>
		<description>I think I&#039;ve run into this, too.  Did you find a workaround other than sleeping for a second?</description>
		<content:encoded><![CDATA[<p>I think I&#8217;ve run into this, too.  Did you find a workaround other than sleeping for a second?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

