<?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: Object References&#8230;</title>
	<atom:link href="http://www.spikedsoftware.co.uk/blog/2008/12/object-references/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spikedsoftware.co.uk/blog/2008/12/object-references/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 16 Jun 2010 00:44:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rory</title>
		<link>http://www.spikedsoftware.co.uk/blog/2008/12/object-references/comment-page-1/#comment-5</link>
		<dc:creator>Rory</dc:creator>
		<pubDate>Tue, 24 Mar 2009 20:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.spikedsoftware.co.uk/blog/?p=41#comment-5</guid>
		<description>Hehe, the garbage collector is great when it&#039;s on your side but a real pain when you get in it&#039;s way (or it in yours). I have a generic system similar to the one you described deployed at several clients and know the perils of IDisposable all too well.

I&#039;m facing a slightly different problem at the moment: my service runs for months without a problem, but then will suddenly stop importing files when nobody is looking. I am holding a reference to the timer, so it can&#039;t be the gc. I&#039;ve seen it happen in at least two completely unrelated systems (one of which is no longer in use). I&#039;m beginning to suspect theres a bug in long running timers that causes them to stop after a certain number of ticks or days or something (but with such a long period of time between occurrences it&#039;s a nightmare to test).

Anyway, it&#039;s just something I thought you might want to be aware of in case it crops up in your project. I&#039;ll be sure to come back and let you know if I find a cause and/or solution. As for MSDN, it&#039;s permanently open and bolted to my secondary monitor ^_^</description>
		<content:encoded><![CDATA[<p>Hehe, the garbage collector is great when it&#8217;s on your side but a real pain when you get in it&#8217;s way (or it in yours). I have a generic system similar to the one you described deployed at several clients and know the perils of IDisposable all too well.</p>
<p>I&#8217;m facing a slightly different problem at the moment: my service runs for months without a problem, but then will suddenly stop importing files when nobody is looking. I am holding a reference to the timer, so it can&#8217;t be the gc. I&#8217;ve seen it happen in at least two completely unrelated systems (one of which is no longer in use). I&#8217;m beginning to suspect theres a bug in long running timers that causes them to stop after a certain number of ticks or days or something (but with such a long period of time between occurrences it&#8217;s a nightmare to test).</p>
<p>Anyway, it&#8217;s just something I thought you might want to be aware of in case it crops up in your project. I&#8217;ll be sure to come back and let you know if I find a cause and/or solution. As for MSDN, it&#8217;s permanently open and bolted to my secondary monitor ^_^</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->