<?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: Why Does A Computer Program Start Faster After I Have Already Opened It And Closed It?</title>
	<atom:link href="http://www.computeradvicesite.com/3152/why-does-a-computer-program-start-faster-after-i-have-already-opened-it-and-closed-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computeradvicesite.com/3152/why-does-a-computer-program-start-faster-after-i-have-already-opened-it-and-closed-it/</link>
	<description>Questions And Answers by Real Computer Users</description>
	<lastBuildDate>Mon, 03 Jan 2011 06:39:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Raymond</title>
		<link>http://www.computeradvicesite.com/3152/why-does-a-computer-program-start-faster-after-i-have-already-opened-it-and-closed-it/comment-page-1/#comment-6468</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Thu, 28 Jan 2010 13:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.computeradvicesite.com/3152/why-does-a-computer-program-start-faster-after-i-have-already-opened-it-and-closed-it/#comment-6468</guid>
		<description>Maybe clear your cache and run anti spyware [weekly]
TOOLS&gt;INTERNET OPTION&gt;delete Browsing History&gt;click APPLY&gt;OK
Also use some spyware removal tools
Routine maintenace weekly - free software
CCleaner - CLEAN and REGISTRY [BOTH}
SPYBOT Search and Destroy
Do this regularly</description>
		<content:encoded><![CDATA[<p>Maybe clear your cache and run anti spyware [weekly]<br />
TOOLS>INTERNET OPTION>delete Browsing History>click APPLY>OK<br />
Also use some spyware removal tools<br />
Routine maintenace weekly &#8211; free software<br />
CCleaner &#8211; CLEAN and REGISTRY [BOTH}<br />
SPYBOT Search and Destroy<br />
Do this regularly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom V</title>
		<link>http://www.computeradvicesite.com/3152/why-does-a-computer-program-start-faster-after-i-have-already-opened-it-and-closed-it/comment-page-1/#comment-6467</link>
		<dc:creator>Tom V</dc:creator>
		<pubDate>Thu, 28 Jan 2010 09:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.computeradvicesite.com/3152/why-does-a-computer-program-start-faster-after-i-have-already-opened-it-and-closed-it/#comment-6467</guid>
		<description>Probably because your computer doesn&#039;t need to move as much of the program into main memory because it&#039;s already there.
Your physical memory (RAM) is divided in to blocks called &quot;pages&quot; and when you start a program, your computer needs to read the program&#039;s instructions off disk and store them into pages.  When a page isn&#039;t used in a long time, it is marked as &quot;available&quot; and given to some other program to load it&#039;s instructions in to.
So, if you start up OpenOffice and it gets loaded into memory, then close it, then start it, the 2nd time you start it, most of the program should already be paged.</description>
		<content:encoded><![CDATA[<p>Probably because your computer doesn&#8217;t need to move as much of the program into main memory because it&#8217;s already there.<br />
Your physical memory (RAM) is divided in to blocks called &#8220;pages&#8221; and when you start a program, your computer needs to read the program&#8217;s instructions off disk and store them into pages.  When a page isn&#8217;t used in a long time, it is marked as &#8220;available&#8221; and given to some other program to load it&#8217;s instructions in to.<br />
So, if you start up OpenOffice and it gets loaded into memory, then close it, then start it, the 2nd time you start it, most of the program should already be paged.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LoverOfW</title>
		<link>http://www.computeradvicesite.com/3152/why-does-a-computer-program-start-faster-after-i-have-already-opened-it-and-closed-it/comment-page-1/#comment-6466</link>
		<dc:creator>LoverOfW</dc:creator>
		<pubDate>Thu, 28 Jan 2010 08:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.computeradvicesite.com/3152/why-does-a-computer-program-start-faster-after-i-have-already-opened-it-and-closed-it/#comment-6466</guid>
		<description>It&#039;s because the program may be cached or the DLL&#039;s it is using are cached or both. Depending on what you do between loading them you will notice a performance difference.
The O/S doesn&#039;t load all libraries right away - it waits until their is a demand and then holds onto them, in memory, until it needs the space. So, first time you load them all the libraries they use have to be loaded. On subsequent loads the libraries are all in memory and only the application itself has be be loaded.</description>
		<content:encoded><![CDATA[<p>It&#8217;s because the program may be cached or the DLL&#8217;s it is using are cached or both. Depending on what you do between loading them you will notice a performance difference.<br />
The O/S doesn&#8217;t load all libraries right away &#8211; it waits until their is a demand and then holds onto them, in memory, until it needs the space. So, first time you load them all the libraries they use have to be loaded. On subsequent loads the libraries are all in memory and only the application itself has be be loaded.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

