"Rajan, Vivek K" <[EMAIL PROTECTED]> wrote:
>> 
> Also, is there any NFS locking issue with SQLite database? Sometimes if
> a client opens the files and die, do we have problems reading the file
> again because NFS lock for the file still exists!? Is this true? 
> 

There are no locking issues within SQLite, but there are
plenty of locking issues in many implementations of NFS.
SQLite expects file locks to work as defined in the Posix
specification.  If locks do not work correctly, then neither
will SQLite.
--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to