Is appending to a file atomic with Windows/NTFS?
Posted
by Gkakk McJkakk
on Stack Overflow
See other posts from Stack Overflow
or by Gkakk McJkakk
Published on 2010-06-13T14:02:26Z
Indexed on
2010/06/13
14:12 UTC
Read the original article
Hit count: 253
If I'm writing a simple text log file from multiple processes, can they overwrite/corrupt each other's entries?
(Basically, this question http://stackoverflow.com/questions/1154446/is-file-append-atomic-in-unix but for Windows/NTFS.)
© Stack Overflow or respective owner