I am using visual basic to read/write large (100mb files). On Windows 95, I get continuous writes, but in NT4, it writes to a memory buffer really fast, then has a huge pause while it gets that data ready to write and then write. Overall, this method is much slower the Win95 on the same PC setup. If I could get NT to write continuously without buffering first, I think the performance should be similar. Any idea how to accomplish this?
Main Topics
Browse All Topics





by: vacuPosted on 1998-09-10 at 05:48:31ID: 1770848
In NT, you can't change the size of Disk Cache, never to say close it. NT resize the cache according the size of virtual memory automaticaly. Obviously, your problem is no cuased by Cache. You can check your disk performance by Performace Monitor in administrator tools. maybe you should more information about your problem, such as how large you files, capacity of your harddisk, which file system, NTFS or FAT32, how you partition you disk.