<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/19385/Preload_the_Linux_SuperFetch_PreBinding_Equivalent</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 24 Nov 2009 18:39:53 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>A note</title>
			<link>http://osnews.com/thread?302280</link>
			<guid isPermaLink="true">http://osnews.com/thread?302280</guid>
			<description>Preload was written by Behdad, a Red Hat/Fedora developer and we had a recent discussion about including it by default in Fedora (it's already in the repo). Before using preload, you might want to read<br />
<br />
<a href="http://permalink.gmane.org/gmane.linux.redhat.fedora.devel/74769" rel="nofollow">http://permalink.gmane.org/gmane.linux.redhat.fedora.devel/74769</a></description>
			<pubDate>Mon, 25 Feb 2008 20:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (Rahul)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>I thought...</title>
			<link>http://osnews.com/thread?302281</link>
			<guid isPermaLink="true">http://osnews.com/thread?302281</guid>
			<description>I always thought that disk cache was meant to speed up operating system and applications performance? Why use &quot;prefetch&quot; and waste disk cache now?<br />
<br />
What the point of copying libraries TWICE (first time prefetch and second actual launch)- you do run application from hard drive, not from memory I presume.</description>
			<pubDate>Mon, 25 Feb 2008 20:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (antik)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>funny</title>
			<link>http://osnews.com/thread?302283</link>
			<guid isPermaLink="true">http://osnews.com/thread?302283</guid>
			<description>I just learn about preload 1 hour before that post... and  got excited about it then I realized it was not updated in 2 years and that attempt to add it to Gentoo were canceled (from what I read in bug reports at least) due to lack of improvement and no upstream development.</description>
			<pubDate>Mon, 25 Feb 2008 20:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (Ikshaar)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: I thought...</title>
			<link>http://osnews.com/thread?302286</link>
			<guid isPermaLink="true">http://osnews.com/thread?302286</guid>
			<description>There's a difference between having a library in disk cache, and having it actually loaded and mapped in to the system. In theory, once the library is loaded and mapped, at that point it can only take VM space (not necessarily physical memory space). Which basically comes down to if the library is swapped out, is that better, worse, or the same as having the library not loaded at all. That I don't know, and I don't know if any of this has actual impact on the user experience.</description>
			<pubDate>Mon, 25 Feb 2008 20:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (whartung)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: funny</title>
			<link>http://osnews.com/thread?302290</link>
			<guid isPermaLink="true">http://osnews.com/thread?302290</guid>
			<description>The link pointing to the Redhat/Fedora discussion thread mentioned in the first comment gives lots information about the state of the project. <br />
 <br />
 Although the project has &quot;been idling in kind of unmaintained state&quot; there seems to be lots of new interest and activity around it now, like merging of patches and fixing of bugs. So at least according to that information there should be a new release coming &quot;sometime soonish&quot;.Edited 2008-02-25 21:24 UTC</description>
			<pubDate>Mon, 25 Feb 2008 21:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (irbis)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Preloading in openSUSE</title>
			<link>http://osnews.com/thread?302295</link>
			<guid isPermaLink="true">http://osnews.com/thread?302295</guid>
			<description>openSUSE has been using this since 10.0, it was originally part of the now-defunct SUPER project, but the results were significant enough that they included the preload functionality in the main release.<br />
<br />
In openSUSE, though, preload is targeted at specific apps, not coincidentally those that tend to have the longest startup times (FF, OOo2, GDM, KDM, Gnome, KDE, etc.), so I'm not sure that it really resembles SuperFetch in that fashion, at least from the &quot;learning&quot; POV. It's basically preset with static entries.<br />
<br />
From the link above to the RH article, I guess that is an advantage to their implementation. The drawback though is that the performance advantage goes out the window if those preload files aren't kept up-to-date. I believe there was an issue previously where the gnome preload files were out of date, and it actually impeded the load time for GDM/Gnome rather than improve it.<br />
<br />
You can also create your own static entries for preloading, but it's a bit of a convoluted method and not something for Joe Average to try.<br />
<br />
So it will be interesting to see where the improvements to preload take it.<br />
<br />
In all honesty, from previous experimentations, I've often found a better, or at least more perceptible, performance boost from prelinking, but then that can be problematic as well.</description>
			<pubDate>Mon, 25 Feb 2008 22:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (elsewhere)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>great tool</title>
			<link>http://osnews.com/thread?302297</link>
			<guid isPermaLink="true">http://osnews.com/thread?302297</guid>
			<description>it is one of the first things that i install after doing a new OS install.<br />
 <br />
 not so much use if you you ar eshort of ram, but on a machine with 1 or 2 GB it keeps the free space full of useful stuff.<br />
<br />
--<br />
also on the topic of prelinking. dont try doing it on a recent ubuntu.<br />
&quot;Prelink is no longer necessary in Feisty. Feisty uses a new linking mechanism called DT_GNU_HASH which dramatically speeds up the linking process without the need for continuously running this prelink program. Again, prelink is NOT useful starting from Feisty&quot;<br />
<a href="http://ubuntuforums.org/showthread.php?t=74197Edited" rel="nofollow">http://ubuntuforums.org/showthread.php?t=74197Edited</a> 2008-02-25 23:06 UTC</description>
			<pubDate>Mon, 25 Feb 2008 23:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (ssam)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: great tool</title>
			<link>http://osnews.com/thread?302306</link>
			<guid isPermaLink="true">http://osnews.com/thread?302306</guid>
			<description>Those two approaches are complimentary and are in fact written by the same Red Hat developer. Prelink was introduced in FC2 IIRC and hash was introduced in Fedora Core 6 first<br />
 <br />
<a href="http://download.fedora.redhat.com/pub/fedora/linux/core/6/i386/os/RELEASE-NOTES-en_US.html#id310643" rel="nofollow">http://download.fedora.redhat.com/pub/fedora/linux/core/6/i386/os/R...</a>  <br />
<a href="http://sources.redhat.com/ml/binutils/2006-06/msg00418.html" rel="nofollow">http://sources.redhat.com/ml/binutils/2006-06/msg00418.html</a> Edited 2008-02-26 00:38 UTC</description>
			<pubDate>Tue, 26 Feb 2008 00:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (Rahul)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>linux using a preload?</title>
			<link>http://osnews.com/thread?302308</link>
			<guid isPermaLink="true">http://osnews.com/thread?302308</guid>
			<description>I always thought that linux is soo superbly written that it doesn't need stuff like preloads? So, after copying every UI paradigm from Windows, Linux architects will now mimic even the infamous Windows bloat?</description>
			<pubDate>Tue, 26 Feb 2008 01:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (stooovie)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: linux using a preload?</title>
			<link>http://osnews.com/thread?302309</link>
			<guid isPermaLink="true">http://osnews.com/thread?302309</guid>
			<description><div class="cquote">I always thought that linux is soo superbly written that it doesn't need stuff like preloads? So, after copying every UI paradigm from Windows, Linux architects will now mimic even the infamous Windows bloat? </div><br />
<br />
Pre-loading helps overcome the slowness of hard disks.<br />
<br />
Hard disks are the same devices on Linux as they are on Windows ... running Linux won't make your physical hardware any faster.<br />
<br />
I have tried pre-load on my system, which is a modest AMD AM2 64-bit system, but it has 2GB RAM installed.<br />
<br />
Preload makes a significant improvement in application load time, effectively using that 2GB of RAM as a resource that wasn't being fully utilised before.<br />
<br />
Even the loading of the desktop is faster ... I think the pre-load is using the time you take to select your account &amp; login with your password to pre-fecth useful stuff from disk to RAM.<br />
<br />
All the useful programs load quicker. Even OpenOffice takes only a few seconds. Firefox takes just one or two seconds. Smaller often-used prgroms, such as nautilis, gedit &amp; the terminal program, start virtually instantly.<br />
<br />
Depending on your system, if you have spare RAM that is not normally used, preload can make a significant improvement in speed of applications startup.</description>
			<pubDate>Tue, 26 Feb 2008 01:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (lemur2)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: linux using a preload?</title>
			<link>http://osnews.com/thread?302314</link>
			<guid isPermaLink="true">http://osnews.com/thread?302314</guid>
			<description>I know what's the point of preload... I have just seen linux crowd bash this kind of Windowsy optimizations one too many times.</description>
			<pubDate>Tue, 26 Feb 2008 02:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (stooovie)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: linux using a preload?</title>
			<link>http://osnews.com/thread?302315</link>
			<guid isPermaLink="true">http://osnews.com/thread?302315</guid>
			<description><div class="cquote">I know what's the point of preload... I have just seen linux crowd bash this kind of Windowsy optimizations one too many times. </div><br />
 <br />
 If every new release gets so much slower than the previous one that you <i>need</i> such tools, then indeed  you have a problem. If, on the other hand, you can use this kind of functionality to make your system run even faster, that's fine (IMHO, of course). <br />
 <br />
 Oh, and I don't really want to discuss Vista's performance nor GUI copyrights, two already beaten up horses.<br />
<br />
And by the way, let's hope this project gets some renewed love, it certainly does wonders if you have some spare RAM <img src="/images/emo/smile.gif" alt=";)" /> Edited 2008-02-26 02:57 UTC</description>
			<pubDate>Tue, 26 Feb 2008 02:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (merkoth)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: linux using a preload?</title>
			<link>http://osnews.com/thread?302316</link>
			<guid isPermaLink="true">http://osnews.com/thread?302316</guid>
			<description><div class="cquote"><br />
All the useful programs load quicker. Even OpenOffice takes only a few seconds. Firefox takes just one or two seconds. Smaller often-used prgroms, such as nautilis, gedit &amp;amp; the terminal program, start virtually instantly. </div><br />
<br />
I just installed it on Gutsy about five minutes ago.  Programs seem to be starting quicker already as described.  OK maybe this is subjective as I haven't done any before and after comparison times.<br />
<br />
OOo Writer opens in about 2 secs flat.  I have a recent but low end system with a 2.88 MHz Celeron with only 512 Mb RAM.  When, like at this moment, I am running only FF2 it uses about 250 Mb so I guess there is enough space left for Preload to work.</description>
			<pubDate>Tue, 26 Feb 2008 02:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (chemical_scum)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: great tool</title>
			<link>http://osnews.com/thread?302339</link>
			<guid isPermaLink="true">http://osnews.com/thread?302339</guid>
			<description>Good for them. Now will everybody please stop posting useless comments like &quot;Fedora had feature X, Y months before ubuntu&quot; in every ubuntu thread?</description>
			<pubDate>Tue, 26 Feb 2008 08:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (nxsty)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: great tool</title>
			<link>http://osnews.com/thread?302344</link>
			<guid isPermaLink="true">http://osnews.com/thread?302344</guid>
			<description>soon as Ubuntu users stop thinking every article is an ubuntu article.<br />
but seriously its good to point out who writes these things cause it appears fedora/redhat are writing a majority of the stuff these days but nobody is giving them credit just using the software.<br />
Ubutnu pays marketing to get certain ideas across in the press whats wrong with fedora's way of marketing which is &quot;we wrote that&quot;</description>
			<pubDate>Tue, 26 Feb 2008 09:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (uproot)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: I thought...</title>
			<link>http://osnews.com/thread?302345</link>
			<guid isPermaLink="true">http://osnews.com/thread?302345</guid>
			<description>Prefetch doesn't &quot;waste disk cache&quot;.  Disk cache starts empty and provides no boost until it gets content and begins to eliminate the need to physically read disk blocks.  As you read-in blocks, it attempts to get rid of useless disk cache blocks based on a algorithm like &quot;get rid of least recently used.&quot;  The only way prefetch could hurt would be if the algorithm mistakenly thought there was a higher likelyhood the prefetched blocks would be used than some other recently read blocks.  That is unlikely.</description>
			<pubDate>Tue, 26 Feb 2008 09:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (losethos8)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Looks like another battery killer</title>
			<link>http://osnews.com/thread?302348</link>
			<guid isPermaLink="true">http://osnews.com/thread?302348</guid>
			<description>Another polling deamon. Like it or not, GNU/Linux has a serious problem with regards to powersaving. While the Linux-kernel itself is fine, many userspace daemons are not. There are few things that drain battery life faster then these constantly polling daemons. Gnah.</description>
			<pubDate>Tue, 26 Feb 2008 09:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (B. Janssen)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>linux preload is like the old XP's prefetcher</title>
			<link>http://osnews.com/thread?302350</link>
			<guid isPermaLink="true">http://osnews.com/thread?302350</guid>
			<description>linux's preload is like the old XP's prefetcher.<br />
     Vista's Superfetch is much better, it is NOT just only a preloading.Edited 2008-02-26 10:04 UTC</description>
			<pubDate>Tue, 26 Feb 2008 09:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (casuto)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: great tool</title>
			<link>http://osnews.com/thread?302351</link>
			<guid isPermaLink="true">http://osnews.com/thread?302351</guid>
			<description>Fedora had <i>everything</i> before Ubuntu/GNU/Linux :-)</description>
			<pubDate>Tue, 26 Feb 2008 10:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (klimg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: great tool</title>
			<link>http://osnews.com/thread?302356</link>
			<guid isPermaLink="true">http://osnews.com/thread?302356</guid>
			<description><div class="cquote">but seriously its good to point out who writes these things cause it appears fedora/redhat are writing a majority of the stuff these days but nobody is giving them credit just using the software. </div><br />
 <br />
 Fedora contributes a lot to OSS but so does many other. I don't see why Fedora should be treated special just because they contributed to some project. Ubuntu wrote upstart for example which is being integrated in Fedora 9 but Fedora's wiki doesn't even mention ubuntu in the upstart articles, nor does it mention Sun in the OpenOffice.org article. But I don't complain about that everytime someone mentions Fedora.Edited 2008-02-26 11:54 UTC</description>
			<pubDate>Tue, 26 Feb 2008 11:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (nxsty)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: linux using a preload?</title>
			<link>http://osnews.com/thread?302359</link>
			<guid isPermaLink="true">http://osnews.com/thread?302359</guid>
			<description><div class="cquote">I always thought that linux is soo superbly written that it doesn't need stuff like preloads? </div><br />
<br />
Then your thoughts were wrong. Either an idiot told you that, or you came up with that yourself while knowing nothing about operating system development.</description>
			<pubDate>Tue, 26 Feb 2008 11:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (FooBarWidget)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: linux using a preload?</title>
			<link>http://osnews.com/thread?302360</link>
			<guid isPermaLink="true">http://osnews.com/thread?302360</guid>
			<description><div class="cquote">I know what's the point of preload... I have just seen linux crowd bash this kind of Windowsy optimizations one too many times. </div><br />
 <br />
 Don't confuse mindless trolls with &quot;the linux crowd&quot;.<br />
<br />
Seriously, the guy has written a <i>scientific paper</i> on the whole subject. If you still think this is &quot;bloat&quot; or whatever, go read his paper, and come up with some scientific data to disprove him.Edited 2008-02-26 12:00 UTC</description>
			<pubDate>Tue, 26 Feb 2008 11:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (FooBarWidget)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: great tool</title>
			<link>http://osnews.com/thread?302362</link>
			<guid isPermaLink="true">http://osnews.com/thread?302362</guid>
			<description>a wiki isn't a press release talking about how great a product is like a press article will. But yes the Fedora Wiki does point to ubuntu's tech spec's page. <br />
When ubuntu came out ever Fedora thread was hijacked with but RPM sucks, apt-get, etc. <br />
Fedora is trying to gain back some of that user base by developing software instead of paying people to write articles.</description>
			<pubDate>Tue, 26 Feb 2008 12:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (uproot)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: I thought...</title>
			<link>http://osnews.com/thread?302367</link>
			<guid isPermaLink="true">http://osnews.com/thread?302367</guid>
			<description>I guess a highly aggressive prefetch might cause problems.  It's one thing to fill disk cache with potentially useful blocks just after booting--that's pretty harmless-- and another thing to start reading-in files for one application while another application is running because you expect the user to do it next.  I think it all depends on how aggressive the prefetch is.</description>
			<pubDate>Tue, 26 Feb 2008 12:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (losethos8)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: linux preload is like the old XP's prefetcher</title>
			<link>http://osnews.com/thread?302368</link>
			<guid isPermaLink="true">http://osnews.com/thread?302368</guid>
			<description><div class="cquote">linux's preload is like the old XP's prefetcher.<br />
     Vista's Superfetch is much better, it is NOT just only a preloading. </div><br />
<br />
Just a quick question. Is this the reason why Vista just go crazy when idling? I almost got kicked out from the library because the machine started working like crazy when I was at the toilet, and the fan speed reached like 6000 rpm or something.</description>
			<pubDate>Tue, 26 Feb 2008 13:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (J.R.)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Did BeOS have a preloader?</title>
			<link>http://osnews.com/thread?302371</link>
			<guid isPermaLink="true">http://osnews.com/thread?302371</guid>
			<description>BeOS was much faster to boot on ancient computer than Linux or Windows are, I wonder if it had a preloader?</description>
			<pubDate>Tue, 26 Feb 2008 13:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (renox)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Did BeOS have a preloader?</title>
			<link>http://osnews.com/thread?302373</link>
			<guid isPermaLink="true">http://osnews.com/thread?302373</guid>
			<description>A preloader has normally no influence on the booting time.If anything it boots slower depending how the booting is handled.<br />
<br />
Back then everything booted faster - some call it progress,some call it bloat...</description>
			<pubDate>Tue, 26 Feb 2008 13:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (klimg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Ubuntu's prefetch</title>
			<link>http://osnews.com/thread?302377</link>
			<guid isPermaLink="true">http://osnews.com/thread?302377</guid>
			<description>Ubuntu is planning to include a better solution:<br />
<a href="https://wiki.ubuntu.com/DesktopTeam/Specs/Prefetch" rel="nofollow">https://wiki.ubuntu.com/DesktopTeam/Specs/Prefetch</a></description>
			<pubDate>Tue, 26 Feb 2008 14:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (azrael29a)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>oh good lord</title>
			<link>http://osnews.com/thread?302379</link>
			<guid isPermaLink="true">http://osnews.com/thread?302379</guid>
			<description>Do we HAVE to do the &quot;WE DID IT FRIST!!111shiftoneone!&quot; crap?<br />
<br />
If you want to get technical, the IBM s/370 did prefetching of data. Pretty much any older computer with libraries in ROM had more or less the same speed improvement going on (amiga, riscpc, ataris.. etc.).<br />
<br />
IBM had a freaking patent for prefetching way back in 1973.</description>
			<pubDate>Tue, 26 Feb 2008 14:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (helf)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Did BeOS have a preloader?</title>
			<link>http://osnews.com/thread?302383</link>
			<guid isPermaLink="true">http://osnews.com/thread?302383</guid>
			<description>BeOS had VERY little code to load to actually boot... and the code re-use from its C++ ideal helped a lot on that.<br />
<br />
Just look at the /boot  on your BeOS and compare it to you /System* and /Windows directory for a start... not just the total size and number of files/folders, but the size of each one compared...<br />
<br />
...and QNX, that's more *nix-like, had a nice boot speed too.</description>
			<pubDate>Tue, 26 Feb 2008 14:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (JrezIN)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: oh good lord</title>
			<link>http://osnews.com/thread?302387</link>
			<guid isPermaLink="true">http://osnews.com/thread?302387</guid>
			<description>Sounds funny &quot;111shiftoneone&quot;.  What is that a reference to?  Damn, I don't get it.<br />
 <br />
 Ohh... exclaimation.  I thought it was bit shifts or maybe ALT-222 codes or something.<br />
<br />
God keeps score--no worries.Edited 2008-02-26 14:49 UTC</description>
			<pubDate>Tue, 26 Feb 2008 14:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (losethos8)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: oh good lord</title>
			<link>http://osnews.com/thread?302390</link>
			<guid isPermaLink="true">http://osnews.com/thread?302390</guid>
			<description>heh. Just being an ass about people over doing exclamations and typo'ing them as ones <img src="/images/emo/wink.gif" alt=";)" /></description>
			<pubDate>Tue, 26 Feb 2008 14:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (helf)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Did BeOS have a preloader?</title>
			<link>http://osnews.com/thread?302393</link>
			<guid isPermaLink="true">http://osnews.com/thread?302393</guid>
			<description>I really like both BeOS and Haiku, very well designed.<br />
Multi-threaded, lightweight, fast...<br />
But the problem is that people don't understand BeOS had few services running at boot and no real applications.<br />
That's one of the reasons it was faster than other systems!</description>
			<pubDate>Tue, 26 Feb 2008 15:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (plfiorini)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: great tool</title>
			<link>http://osnews.com/thread?302399</link>
			<guid isPermaLink="true">http://osnews.com/thread?302399</guid>
			<description><div class="cquote">Good for them. Now will everybody please stop posting useless comments like &quot;Fedora had feature X, Y months before ubuntu&quot; in every ubuntu thread? </div><br />
<br />
The article isn't about Ubuntu. The thread isn't about Ubuntu. And you're the first person dragging Ubuntu into the discussion.<br />
<br />
Priceless. You guys kill me.</description>
			<pubDate>Tue, 26 Feb 2008 15:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (elsewhere)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: great tool</title>
			<link>http://osnews.com/thread?302406</link>
			<guid isPermaLink="true">http://osnews.com/thread?302406</guid>
			<description><div class="cquote">And you're the first person dragging Ubuntu into the discussion. </div><br />
Perhaps you should read the parent posts before you reply next time?</description>
			<pubDate>Tue, 26 Feb 2008 15:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (nxsty)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Why prefetch???</title>
			<link>http://osnews.com/thread?302428</link>
			<guid isPermaLink="true">http://osnews.com/thread?302428</guid>
			<description>I dont get it. It is a solution that doesnt scale good. Say you have lots of users and lesser amount of RAM. If you just fill the RAM via prefetch, there will be lots of page faults. It can't possibly fill the RAM up, in a way that all users benefit from prefetch.<br />
<br />
Prefetch should be a ok solution if you have lots of RAM so you can fill it up. If you have lesser RAM and lots of users, then it is a very bad solution as it will generate page faults faster.</description>
			<pubDate>Tue, 26 Feb 2008 17:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kebabbert)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Ubuntu's prefetch</title>
			<link>http://osnews.com/thread?302434</link>
			<guid isPermaLink="true">http://osnews.com/thread?302434</guid>
			<description><div class="cquote">Ubuntu is planning to include a better solution:<br />
<a href="https://wiki.ubuntu.com/DesktopTeam/Specs/Prefetch" rel="nofollow">https://wiki.ubuntu.com/DesktopTeam/Specs/Prefetch</a>   </div><br />
<br />
This appears to be a prefetch for speeding up the boot process not not a daemon for speeding up the loading of user programs during normal desktop use like Preload.  It is a replacement for the current Readahead.</description>
			<pubDate>Tue, 26 Feb 2008 17:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (chemical_scum)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Did BeOS have a preloader?</title>
			<link>http://osnews.com/thread?302436</link>
			<guid isPermaLink="true">http://osnews.com/thread?302436</guid>
			<description><div class="cquote">But the problem is that people don't understand BeOS had few services running at boot and no real applications.<br />
  That's one of the reasons it was faster than other systems! </div><br />
  Hmm obnoxious and wrong... <br />
  <br />
  a) I don't need 200 services running on my computer. Hence why I always start with absolute bare linux install, then I install what I REALLY need.<br />
  b) the number of applications developped for an OS - even though relevant to the survival of the OS - has nothing to do with boot time.Edited 2008-02-26 17:41 UTC</description>
			<pubDate>Tue, 26 Feb 2008 17:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (Ikshaar)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Why prefetch???</title>
			<link>http://osnews.com/thread?302438</link>
			<guid isPermaLink="true">http://osnews.com/thread?302438</guid>
			<description>so if you don't have gobs of free ram.. you don't use it. wow, simple. <img src="/images/emo/tongue.gif" alt=";)" /></description>
			<pubDate>Tue, 26 Feb 2008 17:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (helf)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: great tool</title>
			<link>http://osnews.com/thread?302453</link>
			<guid isPermaLink="true">http://osnews.com/thread?302453</guid>
			<description>Ah you beat me to it <img src="/images/emo/sad.gif" alt=";)" /></description>
			<pubDate>Tue, 26 Feb 2008 18:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (brynjolf)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: linux using a preload?</title>
			<link>http://osnews.com/thread?302543</link>
			<guid isPermaLink="true">http://osnews.com/thread?302543</guid>
			<description><div class="cquote">I know what's the point of preload... I have just seen linux crowd bash this kind of Windowsy optimizations one too many times. </div><br />
<br />
You seem to mistake some vocal Linux users with the whole of the community.  A common mistake in both directions.  There are Linux users who will never be positive of anything Windows does.  Similarly there are Windows users who will never acknowledge the positive points of *nix.<br />
<br />
Neither of the extremes are completely right, why not accept this and approach each OS, and their choices, based on their merits rather than what the vocal opposition has to say.  In this case we are discussing a program that gives *nix users the option of caching commonly used libraries.  The fact that Windows does a similar, or even identical, thing says little about the merits of the idea in Linux.  Nor do the statements of the Windows haters who have cried bloat at every corner.  <br />
<br />
Rather than proactively denigrating a crowd who have not spoken in this article why don't you discuss the article and the cost/benefit of the idea.  The first step to building more meaningful dialog is by letting go of the bitterness about arguments unjustly laid upon your choices in the past.  What is your experience with preload in Linux or the Windows equivalent?  Do you find it to give a perceived performance boost?  Also does MS prefetch anything other than IE and Office?  i.e. does MS prefetch 3d party application libraries that are commonly used?  <br />
<br />
In the Linux world prefetching libraries has a distinct advantage over disk cache in a memory rich environment, but this application seems to be sitting on the cusp of being abandonware.  I read the interview in the first post but am still a bit trepidatious about an app that came so close to abandonment.  OTOH I suppose it is easy enough to uninstall if it does fall under the shadow of apathy.  I am glad this article came up and pointed out a application I am unlikely to have tried otherwise.  We will see how it goes.</description>
			<pubDate>Wed, 27 Feb 2008 04:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kokopelli)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: I thought...</title>
			<link>http://osnews.com/thread?302614</link>
			<guid isPermaLink="true">http://osnews.com/thread?302614</guid>
			<description>You all seem to be confused. Preload uses RAM to cache recently used programs. Nothing I know of at the moment uses the hard drive to do this as it would be just as fast loading the program as you normally would. You guys may be thinking of swap space which is only used when you run out of available physical memory. If you run in to this situation while preload is running than I'm sure you will see a greater performance hit, but if this happens at any time than you will still be seeing a performance hit and preload running or not would be the least of your worries. RAM is cheap right now so stock up if this happens a lot.</description>
			<pubDate>Wed, 27 Feb 2008 14:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (Zerix01)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
