So does linux
> because real memory is getting scarce. At this time, the modified page
> writer copies the oldest and least-used pages to disk. The real memory,
> thus freed, is then zero-filled and put back into the pool. This process
> continues.
This is the wrong answer - it should be least regularly use
> time, are swapped out entirely except for the process header. This
> frees more memory.
See the kernel kswapd threads too
Alan