On 11 Mar 2014, at 11:06am, St. B. <sbart...@gmail.com> wrote:

> There is one writing thread (every 5 minutes). The one writing thread
> writes in the same database, but it is on a different table.

Have you set a timeout for all your database handles (or just the one handle if 
they're all using the same handle):

<http://www.sqlite.org/c3ref/busy_timeout.html>

Many problems disappear if you set a timeout of ten seconds.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to