On 12/11/06, "LEGRAND, Véronique" <[EMAIL PROTECTED]> wrote:
I found in the sqlite3 documentation that there were locking problems when several processes running on different machines where trying to access an sqlite3 database located on an NFS filesystem and that this problem could be solved by running the "nfslockd" daemon. As I encounter the same problem on windows NTFS filesystem, I was woundering if there was an equivalent of "nfslockd" under windows?
This applies to NFS servers, to supply locking semantics across the network. NTFS is only relevant for the local machine only, for which locking works fine. If you're exporting things via CIFS/SMB shares from a Windows server, locking is handled. If you're doing it from samba, locking may or may not work. What is your setup? ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

