<?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: Reboot needed &#8211; really??</title>
	<atom:link href="http://blog.componentoriented.com/2009/03/reboot-needed-really/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.componentoriented.com/2009/03/reboot-needed-really/</link>
	<description>My thoughts on software development</description>
	<lastBuildDate>Mon, 08 Mar 2010 20:44:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: D. Lambert</title>
		<link>http://blog.componentoriented.com/2009/03/reboot-needed-really/comment-page-1/#comment-432</link>
		<dc:creator>D. Lambert</dc:creator>
		<pubDate>Tue, 23 Jun 2009 23:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.componentoriented.com/?p=500#comment-432</guid>
		<description>That&#039;s really a fine question.  As it turns out, I&#039;m not an OS designer, but I can promise you that if I spent my days thinking about OS development, I&#039;d have given this quite a bit of thought, because it&#039;s a pretty common problem, right?  &lt;br&gt;&lt;br&gt;I&#039;d probably approach this problem by looking at what facilities already exist in the OS that might be able to help me.  In Windows, you&#039;ve got the Windows Volume Shadow Copy service that already manages old versions of files, so I&#039;d probably look to see if there might be a way to leverage that capability.  If you&#039;ve got both the old and new versions of your DLLs, it wouldn&#039;t be a huge leap to map requests for those DLLs to either the old or the new file, depending on which one was loaded in the first place.&lt;br&gt;&lt;br&gt;I&#039;m sure that in practice, there are all sorts of complications to deal with, but I guess my point is that as a consumer, I&#039;d rather have the OS guys thinking about OS problems like this, rather than finding new ways to make my windows dance when I press CTRL-ALT-BackSpace-Tab-F1.</description>
		<content:encoded><![CDATA[<p>That&#39;s really a fine question.  As it turns out, I&#39;m not an OS designer, but I can promise you that if I spent my days thinking about OS development, I&#39;d have given this quite a bit of thought, because it&#39;s a pretty common problem, right?  </p>
<p>I&#39;d probably approach this problem by looking at what facilities already exist in the OS that might be able to help me.  In Windows, you&#39;ve got the Windows Volume Shadow Copy service that already manages old versions of files, so I&#39;d probably look to see if there might be a way to leverage that capability.  If you&#39;ve got both the old and new versions of your DLLs, it wouldn&#39;t be a huge leap to map requests for those DLLs to either the old or the new file, depending on which one was loaded in the first place.</p>
<p>I&#39;m sure that in practice, there are all sorts of complications to deal with, but I guess my point is that as a consumer, I&#39;d rather have the OS guys thinking about OS problems like this, rather than finding new ways to make my windows dance when I press CTRL-ALT-BackSpace-Tab-F1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D. Lambert</title>
		<link>http://blog.componentoriented.com/2009/03/reboot-needed-really/comment-page-1/#comment-286</link>
		<dc:creator>D. Lambert</dc:creator>
		<pubDate>Tue, 23 Jun 2009 19:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.componentoriented.com/?p=500#comment-286</guid>
		<description>That&#039;s really a fine question.  As it turns out, I&#039;m not an OS designer, but I can promise you that if I spent my days thinking about OS development, I&#039;d have given this quite a bit of thought, because it&#039;s a pretty common problem, right?  &lt;br&gt;&lt;br&gt;I&#039;d probably approach this problem by looking at what facilities already exist in the OS that might be able to help me.  In Windows, you&#039;ve got the Windows Volume Shadow Copy service that already manages old versions of files, so I&#039;d probably look to see if there might be a way to leverage that capability.  If you&#039;ve got both the old and new versions of your DLLs, it wouldn&#039;t be a huge leap to map requests for those DLLs to either the old or the new file, depending on which one was loaded in the first place.&lt;br&gt;&lt;br&gt;I&#039;m sure that in practice, there are all sorts of complications to deal with, but I guess my point is that as a consumer, I&#039;d rather have the OS guys thinking about OS problems like this, rather than finding new ways to make my windows dance when I press CTRL-ALT-BackSpace-Tab-F1.</description>
		<content:encoded><![CDATA[<p>That&#39;s really a fine question.  As it turns out, I&#39;m not an OS designer, but I can promise you that if I spent my days thinking about OS development, I&#39;d have given this quite a bit of thought, because it&#39;s a pretty common problem, right?  </p>
<p>I&#39;d probably approach this problem by looking at what facilities already exist in the OS that might be able to help me.  In Windows, you&#39;ve got the Windows Volume Shadow Copy service that already manages old versions of files, so I&#39;d probably look to see if there might be a way to leverage that capability.  If you&#39;ve got both the old and new versions of your DLLs, it wouldn&#39;t be a huge leap to map requests for those DLLs to either the old or the new file, depending on which one was loaded in the first place.</p>
<p>I&#39;m sure that in practice, there are all sorts of complications to deal with, but I guess my point is that as a consumer, I&#39;d rather have the OS guys thinking about OS problems like this, rather than finding new ways to make my windows dance when I press CTRL-ALT-BackSpace-Tab-F1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajk</title>
		<link>http://blog.componentoriented.com/2009/03/reboot-needed-really/comment-page-1/#comment-276</link>
		<dc:creator>ajk</dc:creator>
		<pubDate>Sun, 31 May 2009 17:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.componentoriented.com/?p=500#comment-276</guid>
		<description>Maybe you have an answer how to &quot;hot&quot; replace a loaded DLL in memory and used by more than one application without restarting the applications that have it loaded? Any hints?</description>
		<content:encoded><![CDATA[<p>Maybe you have an answer how to &#8220;hot&#8221; replace a loaded DLL in memory and used by more than one application without restarting the applications that have it loaded? Any hints?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D. Lambert</title>
		<link>http://blog.componentoriented.com/2009/03/reboot-needed-really/comment-page-1/#comment-215</link>
		<dc:creator>D. Lambert</dc:creator>
		<pubDate>Wed, 11 Mar 2009 20:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.componentoriented.com/?p=500#comment-215</guid>
		<description>I&#039;d love to.  The PC&#039;s are locked down, though, and the folks who&#039;ve locked them don&#039;t seem to mind sacrificing some of my time in order to be compliant.  Still, that really just forestalls the problem.  Eventually, you&#039;re either not updated (vulnerable), or you&#039;re going to have to reboot.</description>
		<content:encoded><![CDATA[<p>I&#39;d love to.  The PC&#39;s are locked down, though, and the folks who&#39;ve locked them don&#39;t seem to mind sacrificing some of my time in order to be compliant.  Still, that really just forestalls the problem.  Eventually, you&#39;re either not updated (vulnerable), or you&#39;re going to have to reboot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://blog.componentoriented.com/2009/03/reboot-needed-really/comment-page-1/#comment-214</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Wed, 11 Mar 2009 20:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.componentoriented.com/?p=500#comment-214</guid>
		<description>Can&#039;t you just set the auto updater to not auto-update?</description>
		<content:encoded><![CDATA[<p>Can&#39;t you just set the auto updater to not auto-update?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
