Halim Issa <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I have been trying to get an application that utilizes SQLite to run on our 
> system, but according to the application developers it fails because SQLite 
> is incompatible with NFS and thus cannot work on NFS-mounted volumes.
> Attempts at locating this bug in the SQLite database has been futile, so I 
> wondered if someone could kindly point me towards the bug ID of this problem?
> 

The bug is in NFS, not in SQLite.

SQLite uses fcntl() files locks, which many NFS implementations 
do incorrectly or not at all.

--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to