I read the following statement on http://www.sqlite.org/wal.html#concurrency

..This is why the write-ahead log implementation will not work on a network 
filesystem...

I can how nfs would be an issue (due to stale handles) if processes from 
different machines were to access the sqlite db but I am thinking of a single 
process at a time (of n such processes on 1 machine)  accessing a single Sqlite 
database at a time over nfs - is WAL safe/feasible or not supported in that 
mode?

Thanks.

Pete.


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

Reply via email to