Message10918

Author GrayNM
Recipients abuehl, mpm, pmezard, sborho
Date 2009-11-08.08:58:44
Content
Sorry for absence, I had absolutely no time last month.

1. In general multitask OS guaranteer that single file operation is atomic
not sequence of them. So claims that OS must provide this contract are
incorrect. Want we or not but file system is a shared resource and it is
necessary to process correctly file access errors due to locks.

2. I wrote my point in my very first post. AV scanners behavior is
predictable: they locks a file for a short period of time and then release
it. So several retries is enough to understand: is this FS failure and the
file is lost or is this only temporary lock by AV and processing can continue.
History
Date User Action Args
2009-11-08 08:58:44GrayNMsetrecipients: + mpm, sborho, pmezard, abuehl
2009-11-08 08:58:44GrayNMsetmessageid: <1257670724.36.0.0669585706121.issue1820@mercurial.selenic.com>
2009-11-08 08:58:44GrayNMlinkissue1820 messages
2009-11-08 08:58:44GrayNMcreate