http://www.sqlite.org/faq.html#q7 states, "You should avoid putting SQLite 
database files on NFS if multiple processes might try to access the file at the 
same time."
 
Is that recomendation only intended for cases where one of the processes is a 
"writer"?
 
Should I avoid the case where there are only multiple "reader" processes 
accessing a .db file from a network filesystem?  The "reader" processes only 
open .db files, exectue SELECT commands, and close .db files.
 
Thank you for your time.
 
    Mike

                
---------------------------------
Do you Yahoo!?
 Yahoo! Search presents - Jib Jab's 'Second Term'

Reply via email to