Question?

  • Thread starter Thread starter ANGEL
  • Start date Start date
ANGEL said:
How does WIN 2000 USE MEMORY?

Very carefully? <grin> Sounds like a homework question.

You might want to provide some context for your question.

Win2000 (the entire NT line) is a virtual memory Operating System
which uses 'paging' to provide memory resources to applications.

Paging allows data, not immediately needed, to be saved to disk and
returned to the application when needed -- it also allows unnecessary
code from executables and DLLs to be discarded and retrieved again
from the executable file when (if) needed.

[Note: Paging and "swapping" are not generally synonymous. The
WinNT family uses "paging" rather than application swapping.]
 
circa Wed, 10 Sep 2003 15:56:48 -0500, in
microsoft.public.win2000.active_directory, Herb Martin
([email protected]) said,
Win2000 (the entire NT line) is a virtual memory Operating System
which uses 'paging' to provide memory resources to applications.

Paging allows data, not immediately needed, to be saved to disk and
returned to the application when needed -- it also allows unnecessary
code from executables and DLLs to be discarded and retrieved again
from the executable file when (if) needed.

[Note: Paging and "swapping" are not generally synonymous. The
WinNT family uses "paging" rather than application swapping.]
And XP/2003 don't require a pagefile at all.

Laura
 
Back
Top