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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Windows 7 Problem with Facebook 9
Overcoming win 10's nonsupport of Office 2000 3
Windows 11 download 1
New Dell PC 6
Booting problem 1
Frontpage 2003 Help 3
Windows 7 x86 software in x64 Win 7 2
Word Links in PDFs Do Not Link to Anything Anymore 2

Back
Top