PC Review


Reply
Thread Tools Rate Thread

Boot-up speed might be improved by loading one application after another. (Sequential reads/seeks instead of random)

 
 
Skybuck Flying
Guest
Posts: n/a
 
      16th Dec 2008
Hello,

It seems Windows XP loads all applications at once during boot.

Maybe this is not smart because this leads to "fragmented" reads from the
harddisk.

(Seeking all over the place)

Maybe it's better to start one application after another.

Just an idea test it to know for sure

Bye,
Skybuck.


 
Reply With Quote
 
 
 
 
Logan Sacket
Guest
Posts: n/a
 
      18th Dec 2008
On Tue, 16 Dec 2008 02:12:11 +0100, "Skybuck Flying"
<(E-Mail Removed)> wrote:

>Hello,
>
>It seems Windows XP loads all applications at once during boot.
>
>Maybe this is not smart because this leads to "fragmented" reads from the
>harddisk.
>
>(Seeking all over the place)
>
>Maybe it's better to start one application after another.
>
>Just an idea test it to know for sure
>
>Bye,
> Skybuck.
>


Is there anyway to adjust the sequenc of application, such as
anti-virus, etc during bootup?

Logan
- Jake
 
Reply With Quote
 
Skipai Otter
Guest
Posts: n/a
 
      19th Dec 2008

"Logan Sacket" <(E-Mail Removed)> wrote in message
news(E-Mail Removed)...
> On Tue, 16 Dec 2008 02:12:11 +0100, "Skybuck Flying"
> <(E-Mail Removed)> wrote:
>
>>Hello,
>>
>>It seems Windows XP loads all applications at once during boot.
>>
>>Maybe this is not smart because this leads to "fragmented" reads from the
>>harddisk.
>>
>>(Seeking all over the place)
>>
>>Maybe it's better to start one application after another.
>>
>>Just an idea test it to know for sure
>>
>>Bye,
>> Skybuck.
>>

>
> Is there anyway to adjust the sequenc of application, such as
> anti-virus, etc during bootup?


Don't think so, not since DOS or Windows 3.1 anyways. Then again I don't
know much on how windows does it now with the registry and all that. Then
again I don't notice much slow'ness anyways what with windows using two
cores to load up programs at startup. Suppose four cores would help more as
four programs would be loaded up at once along with drivers etc.

--
Skipai


 
Reply With Quote
 
Skybuck Flying
Guest
Posts: n/a
 
      19th Dec 2008

"Skipai Otter" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "Logan Sacket" <(E-Mail Removed)> wrote in message
> news(E-Mail Removed)...
>> On Tue, 16 Dec 2008 02:12:11 +0100, "Skybuck Flying"
>> <(E-Mail Removed)> wrote:
>>
>>>Hello,
>>>
>>>It seems Windows XP loads all applications at once during boot.
>>>
>>>Maybe this is not smart because this leads to "fragmented" reads from the
>>>harddisk.
>>>
>>>(Seeking all over the place)
>>>
>>>Maybe it's better to start one application after another.
>>>
>>>Just an idea test it to know for sure
>>>
>>>Bye,
>>> Skybuck.
>>>

>>
>> Is there anyway to adjust the sequenc of application, such as
>> anti-virus, etc during bootup?

>
> Don't think so, not since DOS or Windows 3.1 anyways. Then again I don't
> know much on how windows does it now with the registry and all that. Then
> again I don't notice much slow'ness anyways what with windows using two
> cores to load up programs at startup. Suppose four cores would help more
> as four programs would be loaded up at once along with drivers etc.


More cores could actually make it worse.

Suppose there are 1000 cores all trying to read from the harddisk at the
same time.

All trying to read a different part of the harddisk because there are 1000
programs starting up

Ouch nasty situation !

Harddisks can barely handle 100 i/o request per second !

Bye,
Skybuck.


 
Reply With Quote
 
windmap
Guest
Posts: n/a
 
      19th Dec 2008
On Dec 16, 6:12*am, "Skybuck Flying" <BloodySh...@hotmail.com> wrote:
> Hello,
>
> It seems Windows XP loads all applications at once during boot.
>
> Maybe this is not smart because this leads to "fragmented" reads from the
> harddisk.
>
> (Seeking all over the place)
>
> Maybe it's better to start one application after another.
>
> Just an idea test it to know for sure
>
> Bye,
> * Skybuck.



Some Startup applications can be delayed with the use of some special
software.
Like this
http://www.r2.com.au/software.php?pa...how=startdelay
 
Reply With Quote
 
Bernd Paysan
Guest
Posts: n/a
 
      19th Dec 2008
windmap wrote:
> Some Startup applications can be delayed with the use of some special
> software.


More work on fast startup (and certainly more scientific than Skybuck's
ideas) has been done on Linux, which now boots in 5 seconds on an EEE PC:

http://lwn.net/Articles/299483/

A SSD certainly has the advantage that you don't need to care about the
order of reads, but with some more work, the prefetch from a hard-disk could
be just as fast (or even faster - the EEE PC's SSD is not really a fast
one).

--
Bernd Paysan
"If you want it done right, you have to do it yourself"
http://www.jwdt.com/~paysan/
 
Reply With Quote
 
Oldish Git
Guest
Posts: n/a
 
      22nd Dec 2008

"Skybuck Flying" <(E-Mail Removed)> wrote in message
news:e70aa$494b6aaf$d5337e4d$(E-Mail Removed)...
>
> "Skipai Otter" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>
>> "Logan Sacket" <(E-Mail Removed)> wrote in message
>> news(E-Mail Removed)...
>>> On Tue, 16 Dec 2008 02:12:11 +0100, "Skybuck Flying"
>>> <(E-Mail Removed)> wrote:
>>>
>>>>Hello,
>>>>
>>>>It seems Windows XP loads all applications at once during boot.
>>>>
>>>>Maybe this is not smart because this leads to "fragmented" reads from
>>>>the
>>>>harddisk.
>>>>
>>>>(Seeking all over the place)
>>>>
>>>>Maybe it's better to start one application after another.
>>>>
>>>>Just an idea test it to know for sure
>>>>
>>>>Bye,
>>>> Skybuck.
>>>>
>>>
>>> Is there anyway to adjust the sequenc of application, such as
>>> anti-virus, etc during bootup?

>>
>> Don't think so, not since DOS or Windows 3.1 anyways. Then again I don't
>> know much on how windows does it now with the registry and all that.
>> Then again I don't notice much slow'ness anyways what with windows using
>> two cores to load up programs at startup. Suppose four cores would help
>> more as four programs would be loaded up at once along with drivers etc.

>
> More cores could actually make it worse.
>
> Suppose there are 1000 cores all trying to read from the harddisk at the
> same time.
>
> All trying to read a different part of the harddisk because there are 1000
> programs starting up
>
> Ouch nasty situation !
>
> Harddisks can barely handle 100 i/o request per second !


Drives with NCQ improve windows startup times. They try and fetch data
when the head is positioned best and thus will only show a speed increase
when an OS tries to access several files at once.
--
Rob


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Improved WU speed w/ SP3 RC2? kookieman Windows XP General 2 22nd Feb 2008 03:57 PM
How can performance (speed) be improved under WCF; is my config just wrong or something? Ronald S. Cook Microsoft VB .NET 1 5th Sep 2007 03:46 PM
Can file transfer speed be improved? Bill & Debbie Windows XP Hardware 6 25th Sep 2006 11:21 PM
Non-Sequential Binary Reads joey.powell@topscene.com Microsoft C# .NET 3 23rd Jun 2006 10:00 PM
cpu speed suddenly improved , how? jacob Windows XP Performance 1 12th Feb 2006 11:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:24 AM.