The information in this article applies to:
SYMPTOMS
When you run a restore of a big file with the Windows NT Backup tool you
may see that the performance of the user interface and applications
suffers. This happens in both the Restore and the Verify phase. You will
see the problem with files bigger than physical memory.
MORE INFORMATION
The CreateFile API has a flag, FILE_FLAG_SEQUENTIAL_SCAN, that is
especially useful when copying files. It tells Cache Manager not to try to
increase the file cache when requests for this handle arrive. Hence,
Memory Manager does not have to shrink the applications working set to
accommodate the bigger cache.
STATUSMicrosoft has confirmed this to be a problem in Windows NT version 4.0. This problem was corrected in the latest Microsoft Windows NT 4.0 U.S. Service Pack. For information on obtaining the service pack, query on the following word in the Microsoft Knowledge Base (without the spaces): S E R V P A C K
Keywords : kbbug4.00 kbfix4.00 ntbackup NTSrvWkst |
Last Reviewed: February 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |