Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Windows, NT Cache Manager - Molly Brown
Feb 02, 2007 at 6:23 AMhow could a filesystem handle if the user opens one file twice and modify data, and will save the data at the same time? does fileobject 2 not override the content of fileobject 1 if you close it at the same time? maybe its a good idea to save the sector of the FAT into the RAM if the user opens a file...?
Surendra Verma: Vista Transactional File System
Feb 02, 2007 at 6:20 AMhow could a transactional filesystem handle if the user opens one file twice and modify data, and will save the data at the same time, why it fails? maybe its a good idea to save the sector of the FAT into the RAM if the user opens a file?