On 2015-02-18 20:05, ru...@yahoo.com.dmarc.invalid wrote: > Sqlite offers concurrent access already. > What Sqlite doesn't offer is high performance concurrent write > access. That is, it locks the entire database for the duration > of a write operation. Given that most such operations are pretty > short, for a small number of concurrent writers this is not a > big problem.
Though the entire-database-lock, as Steven mentions in another section of this thread, causes issues on network-shared file-systems. -tkc -- https://mail.python.org/mailman/listinfo/python-list