G
Guest
When IE downloads a file (I'm assuming you're using IE), it downloads it to
a temporary file in the IE temp directory and then copies that temporary
file to the destination directory under the proper name.
I suppose it's in this copy operation that you're running into problems.
Turning off virtual memory is a really Bad Idea(tm). You're going to run
into a lot of odd problems. You're also going to end up hurting performance.
I know that may not seem to make sense, but there's a lot of optimizations
in Windows to take advantage of the combination of lots of memory and a
large swap file. As long as your swap file is contiguous (not fragmented)
and your hard drive is fast (7200rpms), you'll end up seeing better
performance with the swap file enabled.
Pete
a temporary file in the IE temp directory and then copies that temporary
file to the destination directory under the proper name.
I suppose it's in this copy operation that you're running into problems.
Turning off virtual memory is a really Bad Idea(tm). You're going to run
into a lot of odd problems. You're also going to end up hurting performance.
I know that may not seem to make sense, but there's a lot of optimizations
in Windows to take advantage of the combination of lots of memory and a
large swap file. As long as your swap file is contiguous (not fragmented)
and your hard drive is fast (7200rpms), you'll end up seeing better
performance with the swap file enabled.
Pete