> For concurrency it works fine. The amount of time a connection takes is very > small: just long enough to open, set timeout, do a single query/exec, and > close the connection. So even with lots of users there aren't that many > concurrent connections to the database file. > > Looking back at the 'Subject' header, I note that I don't use a PRAGMA to > specify journal mode. It's using whatever journal mode is default for a > database created in the sqlite3 shell tool.
Thank you Simon. Even if the requests are very fast, it seems risky not to use WAL? _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users