Is it safe to use sqlite if the db resides on a NFS share? I had ~200
servers in a cluster and they was writing a script to keep a central
webpage of their status. My plan was to run cron jobs on each server
that at intervals update the status of the specific servers. Then a
script on the central server can access the db and make the webpage.

Since there is already a NFS share that would be one convenient place
to keep the database. But is this a problem? (I saw some cautionary
notes in the FAQ about NFS)

If it is indeed a problem what other options are available in such a
situation?  Can I tunnel through ssh etc.?

Also, if cron jobs run from ~200 servers and more than one
simultaneously tries to update its status is this a problem? Or is
this situation automatically handled gracefully?

-- 
Rahul
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to