Slow IE7 & File Open Dialogs on Windows Vista
,----[ Quote ]
| Andreas's posting sent me to this blog post by Mark Russinovich, where he
| goes in to detail why a 5-15 second delay happens when you try to open files.
|
| [...]
|
| After these experiences I totally understand companies that hesitate to roll
| out Vista, if the scenario is 50+ mobile users calling support complaining
| about problems that is by design and trust me the complains will come. When
| you have 5-15 second delays every time you try to open and file or use the
| Save as... option, off course you and your users will be annoyed and the most
| annoying thing is that you can't do anything about it.
`----
http://zumzum-keepingitreal.blogspot.com/2007/09/slow-ie7-file-open-dialogs-on-windows.html
Related:
Linux: The Original Process Scheduler
,----[ Quote ]
| In a June of 1992 posting to the linux-activists mailing list, Linus Torvalds
| described the original Linux scheduler noting, "the scheduler in linux is
| pretty simple, but does a reasonably good job at giving good IO response
| while not being too unfair against cpu-bound processes."
|
| [...]
|
| * 1996-12-23 Modified by Dave Grothe to fix bugs in semaphores and
| * make semaphores SMP safe
| * 1998-11-19 Implemented schedule_timeout() and related stuff
| * by Andrea Arcangeli
| * 2002-01-04 New ultra-scalable O(1) scheduler by Ingo Molnar:
| * hybrid priority-list and round-robin design with
| * an array-switch method of distributing timeslices
| * and per-CPU runqueues. Cleanups and useful suggestions
| * by Davide Libenzi, preemptible kernel bits by Robert Love.
| * 2003-09-03 Interactivity tuning by Con Kolivas.
| * 2004-04-02 Scheduler domains code by Nick Piggin
| * 2007-04-15 Work begun on replacing all interactivity tuning with a
| * fair scheduling design by Con Kolivas.
| * 2007-05-05 Load balancing (smp-nice) and other improvements
| * by Peter Williams
| * 2007-05-06 Interactivity improvements to CFS by Mike Galbraith
| * 2007-07-01 Group scheduling enhancements by Srivatsa Vaddagiri
`----
http://kerneltrap.org/node/14191
|
|