just for the record (as I already told Jan on IRC):

currently every file openend in read-write mode gets locked by osl_openFile (in libuno_sal) if SAL_ENABLE_FILELOCKING environment var is set (which it is by default in soffice wrapper script).

OOo apps that try to access a locked file in read-write mode just fail, but immediatly retry in read-only mode.

Sounds as we need to split locking from osl_openFile ..

- Oliver

Jan Holesovsky schrieb:
Please is it possible to lock a document for access of concurrent instances of OOo? I mean the scenario when the document is on a NFS share (read/write), and more users opened it concurrently from their OOo. I'm working on shared workbook functionality,

[..]

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

Reply via email to