>
> Memory has *nothing* to do with resources...
>
> -jen
You can knock me down with a feather on this. The usage of a program
running and coexisting with any other program running on the computer
including the O/S is based on the amount of memory that is available for
the programs to run in. The more memory the machine has the more programs
can run and the less paging of memory the O/S must do. The less memory the
O/S has the more memory paging it must do in order for the O/S to keep
programs running, which slows the computer down.
Ways to circumvent the problem:
1) Get more memory for the machine.
2) Run less program on the machine at the same time.
3) Find a program that uses less memory to run.
When the MS O/S displays a system message indicating "Computer resources
are low' it is indicating nothing else but about the computer's memory
usage has become critically low and some program(s) need to be terminated
so that the O/S has enough memory to run.
Duane