Hi, I run a long application in Windows 7 Professional/Enterprise, which runs for a long time in background, particularly like service, and creates/deletes a lot of files during the course of its execution.
I have noticed that sometimes create or remove operations fail. Yet, they succeed when I retry. Is it correct that these operations are not reliable? Assuming that no my applications lock the file system, can the create/remove operations spuriously fail?
Which else operations are not reliable? Is the file existence check reliable? I do not know where I should ask this question.
↧