I was also wondering if putting the swap file on the second drive really gains any performance aswell .
I use this tweek to force my "Page File" to my system RAM (No Swap file on disk at all) As far as I know this has to be the fastest "Page File" access you can have. Be aware, W98 and WME use "Swap File" and W2K and WXP use "Page File".I recommend this tweek for 1Gb Sys RAM minimum. Regards Sun This works for XP and 2000--
User-mode and kernel-mode drivers and kernel-mode system code is usually written to be either pageable or non-pageable. In cases where drivers or system code is pageable, you can use the following registry entry to keep this pageable code in RAM, but this is only advisable on systems with extremely large amounts of RAM.
If your system has enough physical memory performance will increase if the operating system does not page it self to disk. The best way to make sure is to load all of your applications and use the task manager(press Control-Alt-Delete) and click the performance tab. Your physical RAM should be greater then the Peak Commit Charge by at least 64MB.
To manually edit the registry. Modify HKEY_LOCAL_MACHINE\System\CurrentControlSet\Con
trol\Session Manager\Memory Management and set the following value DisablePagingExecutive=1.
1=enable---Disables page file to disk and uses ram only
0=disable---Enables page file to disk