To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54586





------- Additional comments from [EMAIL PROTECTED] Thu Sep 15 04:47:20 -0700 
2005 -------
@obr:

- "e.g. the lock is removed when the file get's opened a second time by the same
process"  Correct me if I am wrong, but as far as I know, locks are removed as
soon as any file descriptor on the same file is closed, and that is a general
design "feature" of fcntl(F_SETLK), irrespective of NFS.

- "compare the access time of the file before overwriting it with the access
time when the file was opened"  Compare-and-overwrite would have to be an atomic
operation then, which it is not.  Thus, your proposed approach #6 IMO gives a
false sense of security.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to