M
Mxsmanic
kony said:If the system has been recently booted and/or doesn't have
enough memory, true. Otherwise, not necessarily or rather,
it depends on the job. There certainly are a lot of things
bottlenecked by the HDD(s), but if you start timing how long
it takes some things to open, then look at the # of files,
total size additive plus the seek time of the HDD, there's
still quite a lot of time unaccounted for. The HDD is one
of the most common large bottlenecks but the CPU is also to
blame for some of it.
In the experiments I've tried, disk delays account for almost 100% of
the time spent waiting for many things to happen on the PC.
Depends on the task, Windows GUI navigation maybe not, maybe
not even email, websurfing, basic office tasks. Problem is
that although these are the most common PC tasks and do
respond well to a HDD upgrade, there's still plenty
stressing the CPU for brief peaks even if total % of
utilization isn't that high.
The peaks are so brief that they are not perceptible to the user.
Additionally, there really isn't any way to upgrade a disk. Even the
best disk drives are only slightly more performant than their
ancestors from thirty or forty years ago. Today's access times are
around 8 milliseconds, as opposed to around 30 milliseconds thirty
years ago. The improvement has been very small indeed. And the
increase in speed of CPUs, disk delay has come to dominate total
response delay in PCs, along with network delays.
True, but quite a bit of memory goes a long way even if it's
slow memory as it's practically always a faster filecache
than the hard drive.
Yes, but truly random access to the disk--as often occurs in
multiple-application environments--will rapidly make a file cache
useless.