On 21 Apr 2012, at 7:05pm, Kit <[email protected]> wrote: > 2012/4/21 田晶 <[email protected]>: >> Hi all, >> I have a question when using sqlite on redhat6, I put the sqlite file on nfs >> storage(this storage is shared by isilion), the client using redhat 6 x64. >> Tianjing > > Never use SQLite on NFS storage.
Slightly longer answer: locking and unlocking for NFS storage does not work properly. Longest answer: see the answer to question 5 on <http://www.sqlite.org/faq.html#q5> Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

