Search Results

7
votes

How do you deal with lots of small files?

The performance issue is being caused by the huge amount of files in a single directory: once you eliminate that, you should be fine. This isn't a NTFS-specific problem: in fact, it's commonly enco …
5
votes

FAT-16 On Modern OS

Other than just keeping the app alive in a virtualized environment, as has already been suggested, the first thing to do would be to figure out why the code seems to require FAT-16. …
0
votes

VS2008 Remote Debugging problems from 32-bit Windows XP client to 64-bit Windows 2008 Server

According to How to: Debug 64-Bit Applications on MSDN, 32-to-64 bit debugging should work just fine, a …