From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,19140af19dfa6e01 X-Google-Attributes: gid103376,public X-Google-Thread: 11174e,acfad2f7f67e34e3 X-Google-Attributes: gid11174e,public X-Google-ArrivalTime: 2003-09-24 13:11:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn11feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc03.POSTED!not-for-mail From: "Mark A. Biggar" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada,alt.os.development Subject: Re: Time Taken to Boot References: <1127954.kcBZz6amlf@linux1.krischik.com> <3F60E747.40805@attbi.com> <1557617.vUiuI5kIPQ@linux1.krischik.com> <3F6F1A93.50709@attbi.com> <2q30nv4fain641rin9dia3onjr7ut01our@4ax.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 12.235.88.213 X-Complaints-To: abuse@comcast.net X-Trace: sccrnsc03 1064434283 12.235.88.213 (Wed, 24 Sep 2003 20:11:23 GMT) NNTP-Posting-Date: Wed, 24 Sep 2003 20:11:23 GMT Organization: Comcast Online Date: Wed, 24 Sep 2003 20:11:23 GMT Xref: archiver1.google.com comp.lang.ada:42862 alt.os.development:38700 Date: 2003-09-24T20:11:23+00:00 List-Id: Nick Roberts wrote: > "Maxim S. Shatskih" wrote in message > news:bksdr3$2vhi$3@gavrilo.mtu.ru... > > >>... >>XP is rather fast. The main time spent is to start the service >>daemon executables. > > > That's interesting. I have no experience of booting XP, but I have observed > booting NT 4 from a network take more than 100 seconds. I cannot say whether > it was the particular network or configuration that was causing a special > delay (it was a part of the British government's huge 'corporate' intranet). > > >>Only a minority need the complex init paths - IDE, for instance, >>due to compatibility with some obsolete CD drives. > > > I know some CD drives can take ages to intialise. I think the clear solution > is to have the CD driver (including its initialisation routine) execute in > parallel with the rest of the boot procedure. Of course, this won't help if > you are booting /from/ a CD! > > >>>If the user can shutdown and reboot quickly ... > > >>This is how hibernate works. > > > Yes, I thought I had read about the scheme I described, somewhere (but I > don't remember where), a long time ago. I guess that's it. It seems fairly > obvious. A large percentage of windows boot time is reading and parsing the registry. Which brings up the issue that the windows registry is one of the biggest problems with security in Windows. A folder with separate files for each program/service would not only be faster but would help with the security problems as well. -- mark@biggar.org mark.a.biggar@comcast.net