Well, I run Win2k on a Celery 333 w/ 256MB RAM. Believe it or not, it runs quite well..unless I'm trying to rip MP3's, browse internet, and run an Atari emulator all at the same time.....
Anyway, I run task manager all the time just to keep an eye on my system, see what processes are running, and which take up CPU time and such. One thing I've noticed is that some processes have a *HUGE* number of page faults, in the hundred's of thousands after running for a while. Now, my understanding (which is probably faulty) is that a page fault occurs when a program is accessed, but the necessary data is not in RAM, but has been paged to the hard drive (I apologize if that was way too simplistic...)
So, if that is true, is there anyway to force programs to *stay resident* so to speak, and not page themselves to the HD? I realize I can't do this for all programs, just some that seem to have such a high number of page faults....
Is this even necessary? My perhaps naive thinking is that if I keep a program resident, I will reduce the number of page faults and unnecessary access to the HD.
Am I totally off base here?
Randy