R
Roedy Green
I usually have at least one active background task going, e.g. defrag,
build, search and replace script, indexing, backup, Jet compile,
program load, source code tidy, email fetch, FTP upload, macro
expansion to regenerate my website ....
The problem is these often interfere with my foreground work. I hit a
key and nothing happens for several seconds. I find it quite hard to
type word without the instant visual feedback.
The background task may be hogging the CPU or the disk. Back in the
60s I learned about what OS's were supposed to do to ameliorate this,
giving higher priority to i/o bound tasks and higher priority to tasks
a human was sitting there waiting for.
I am using Windows 7 on a dual CPU which was orders of magnitude
resources to play with that the computers of that day, but it does not
seem to be doing all that well.
So some questions:
1. Is there anything I can do to make my OWN background Java apps
better behaved, to notice disk or CPU is tight and back off? or lower
their priority to CPU or disk?
2. Is there anything I can do to configure some sort of allocation of
the CPU and disk where various combos of app are running?
3. Is there anything I can do quickly when my computer is sluggish to
throttle but not kill the culprit?
4. Do Linux people fare any better? I imagine most windows users have
programs in the background, but they would nearly always be idle. This
problem is likely not high on the MS priority list.
build, search and replace script, indexing, backup, Jet compile,
program load, source code tidy, email fetch, FTP upload, macro
expansion to regenerate my website ....
The problem is these often interfere with my foreground work. I hit a
key and nothing happens for several seconds. I find it quite hard to
type word without the instant visual feedback.
The background task may be hogging the CPU or the disk. Back in the
60s I learned about what OS's were supposed to do to ameliorate this,
giving higher priority to i/o bound tasks and higher priority to tasks
a human was sitting there waiting for.
I am using Windows 7 on a dual CPU which was orders of magnitude
resources to play with that the computers of that day, but it does not
seem to be doing all that well.
So some questions:
1. Is there anything I can do to make my OWN background Java apps
better behaved, to notice disk or CPU is tight and back off? or lower
their priority to CPU or disk?
2. Is there anything I can do to configure some sort of allocation of
the CPU and disk where various combos of app are running?
3. Is there anything I can do quickly when my computer is sluggish to
throttle but not kill the culprit?
4. Do Linux people fare any better? I imagine most windows users have
programs in the background, but they would nearly always be idle. This
problem is likely not high on the MS priority list.