Hi,

I'm trying to implement a logging system based on SQLite, using python3
package apsw.
There's one process constantly writing and another one reading.
From time to time I get an exception from the writer, complaining the
database is locked.
I'm pretty sure there's no other process writing, and I was under the
impression that readers should not block writers, they should just see a
previous version of the dataset.
Is my assumption wrong?
The package I'm using is based on Sqlite version 3.9.2, so perhaps it's a
bit outdated.

Could anyone please shed some light on this topic?
Thank you!
Gerlando
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to