Hacker News new | ask | show | jobs
by vamin 4084 days ago
Writes definitely work, but concurrent writes will hose the database. SQLite relies on filesystem locking (which NFS does not handle properly) to handle write concurrency.