Hi,

I plan to use a sqlite3 database over NFS: 2 clients use a shared Sqlite3 
database file. 

But sqlite FAQ alert about this use: "But use caution: this locking 
mechanism might not work correctly if the database file is kept on an NFS 
filesystem. This is because fcntl() file locking is broken on many NFS 
implementations."

Is this warning still pertinent with newest NFS and sqlite3 implementations 
?
Is NFS 4 solve this problem ?
Is there a scenario to test potential issue ?




_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to