EEPhil
Number 28
Most Vaxes (Vaxen?) that I've come across have had the page file and swap file on the same device. There is a process called swapper which presumably deals with the swap file. Perhaps this wouldn't play nicely with the code that handles virtual memory paging - so shove the swapped out process to a separate file makes sense. Don't think there is any way to swap a process out in Windows NT - except by hibernation, which defeats the object.But I have trouble understanding why, except possibly for historical reasons perhaps related to storage device performance, this distinction is made.