<?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: Service triggers: an attempt to reduce bloat in Windows 7</title>
	<atom:link href="http://www.itwriting.com/blog/1073-service-triggers-an-attempt-to-reduce-bloat-in-windows-7.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itwriting.com/blog/1073-service-triggers-an-attempt-to-reduce-bloat-in-windows-7.html</link>
	<description>Tech writing blog</description>
	<lastBuildDate>Sun, 12 Feb 2012 21:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gary Sims</title>
		<link>http://www.itwriting.com/blog/1073-service-triggers-an-attempt-to-reduce-bloat-in-windows-7.html/comment-page-1#comment-114826</link>
		<dc:creator>Gary Sims</dc:creator>
		<pubDate>Wed, 26 Nov 2008 07:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1073-service-triggers-an-attempt-to-reduce-bloat-in-windows-7.html#comment-114826</guid>
		<description>Ah! xinetd comes to Windows! And as for auto start with delay, do you know how annoying it is to think your machine is booted and then when you start doing something all these delayed services start and you need to wait more... If Linux and OS X can start in a quick fashion, why can&#039;t Windows!

Gary</description>
		<content:encoded><![CDATA[<p>Ah! xinetd comes to Windows! And as for auto start with delay, do you know how annoying it is to think your machine is booted and then when you start doing something all these delayed services start and you need to wait more&#8230; If Linux and OS X can start in a quick fashion, why can&#8217;t Windows!</p>
<p>Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asf</title>
		<link>http://www.itwriting.com/blog/1073-service-triggers-an-attempt-to-reduce-bloat-in-windows-7.html/comment-page-1#comment-114769</link>
		<dc:creator>asf</dc:creator>
		<pubDate>Tue, 25 Nov 2008 17:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1073-service-triggers-an-attempt-to-reduce-bloat-in-windows-7.html#comment-114769</guid>
		<description>Why would we care what apple does, this is something we could hack together without help from apple, its just the service config, just use sc.exe

Zach: Vista already added a auto start with delay mode.</description>
		<content:encoded><![CDATA[<p>Why would we care what apple does, this is something we could hack together without help from apple, its just the service config, just use sc.exe</p>
<p>Zach: Vista already added a auto start with delay mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clyde Davies</title>
		<link>http://www.itwriting.com/blog/1073-service-triggers-an-attempt-to-reduce-bloat-in-windows-7.html/comment-page-1#comment-114758</link>
		<dc:creator>Clyde Davies</dc:creator>
		<pubDate>Tue, 25 Nov 2008 14:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1073-service-triggers-an-attempt-to-reduce-bloat-in-windows-7.html#comment-114758</guid>
		<description>Third party manufacturers here can help in another way.  Even after logging-in it takes an age for my workstation to become responsive thanks to all the rubbish that gets installed in the System Tray.  Yes, I do use RealPlayer but no, I do not want the latest gossip on celebrities.  Same goes for Quicktime, Windows Messenger etc., much of which admittedly has a &#039;run automatically on startup&#039; switch but which also seems to come with a lot of utter crap of no real use whatsoever.  Less is very definitely more.</description>
		<content:encoded><![CDATA[<p>Third party manufacturers here can help in another way.  Even after logging-in it takes an age for my workstation to become responsive thanks to all the rubbish that gets installed in the System Tray.  Yes, I do use RealPlayer but no, I do not want the latest gossip on celebrities.  Same goes for Quicktime, Windows Messenger etc., much of which admittedly has a &#8216;run automatically on startup&#8217; switch but which also seems to come with a lot of utter crap of no real use whatsoever.  Less is very definitely more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://www.itwriting.com/blog/1073-service-triggers-an-attempt-to-reduce-bloat-in-windows-7.html/comment-page-1#comment-114701</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Mon, 24 Nov 2008 20:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1073-service-triggers-an-attempt-to-reduce-bloat-in-windows-7.html#comment-114701</guid>
		<description>What they need to do is have an additional service startup type that means &quot;at boot, but it&#039;s not required for the system to operate&quot;.  In fact, perhaps Windows 7 should automatically do this for all application services BY DEFAULT, forcing people to explicitly change it when they build their code for Windows 7.  The advantage of this is that you can use your system immediately, but while your desktop is loading, and you&#039;re opening your browser and your outlook email client, the system is still in the background on a low priority thread loading your services.  If and when you attempt to connect to one of the services, if it still is not finished loading, then the application blocks.  But probably not for too long, because it&#039;s already been trying to load for a bit.  

The problem is that if you specify a service to start at boot time, the system automatically assumes that core OS functionality doesn&#039;t work without the service started.  

This would be a win/win for everyone.  Only a small compromise for apple, because unless the user is opening itunes within 20 seconds of their system booting, there&#039;s no slowdown at all because by the time they do go to start itunes, the service already finished.</description>
		<content:encoded><![CDATA[<p>What they need to do is have an additional service startup type that means &#8220;at boot, but it&#8217;s not required for the system to operate&#8221;.  In fact, perhaps Windows 7 should automatically do this for all application services BY DEFAULT, forcing people to explicitly change it when they build their code for Windows 7.  The advantage of this is that you can use your system immediately, but while your desktop is loading, and you&#8217;re opening your browser and your outlook email client, the system is still in the background on a low priority thread loading your services.  If and when you attempt to connect to one of the services, if it still is not finished loading, then the application blocks.  But probably not for too long, because it&#8217;s already been trying to load for a bit.  </p>
<p>The problem is that if you specify a service to start at boot time, the system automatically assumes that core OS functionality doesn&#8217;t work without the service started.  </p>
<p>This would be a win/win for everyone.  Only a small compromise for apple, because unless the user is opening itunes within 20 seconds of their system booting, there&#8217;s no slowdown at all because by the time they do go to start itunes, the service already finished.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

