On 19 Jun 2009, at 06:36, hiral wrote:

> I am running application which uses the db over the NFS. If I move  
> the db
> over the local drive then it's working fine.
> So I m observing this bug in NFS environment frequently.
> In the same test environment (in which I am getting db corrupted),  
> if I use
> the sqlite-3.6.4 and above it works perfectly fine.

A couple of things to look at.
* what are the NFS mount options?  In particular do not, ever, use  
soft mounts[*].
* what client and server are you using?  Typically Linux / anything  
not linux is a recepie for trouble, as Linux's NFS implementation is a  
bit of a joke in terms of standards (actually, it has been more than a  
bit of a joke at various times).

--tim

[*] Really, not ever
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to