On 11/25/2014 5:32 PM, Simon Slavin wrote:
SQLite doesn't support massive concurrency because it locks the entire database during changes.
Not entirely true. WAL mode allows one writer working concurrently with multiple readers.
-- Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users