Dear SQLiters,

I understand that SQLite relies on the underlying filesystem to perform flushes 
to disk. This is a problem in network file system (NFS) when a disk is mounted 
on several nodes of a compute cluster and SQLite is ran on them. Essentially, 
NFS disallows running SQLite concurrently on several nodes accessing the same 
database. 

What about GPFS? As I read its description, it promises to flush and report 
correctly.

Thank you,

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

Reply via email to