On 25 May 2012, at 2:13am, Andrew Cherednik 
<[email protected]> wrote:

> On 5/24/2012 9:06 PM, Igor Tandetnik wrote:
> 
>> What exactly do you mean by "database lockout problems"? What error in what 
>> API call are you getting?
> 
> I am getting SQLITE_BUSY error very often, and it does not go away, as if the 
> database is dead-locked

Please set a SQLite timeout to three seconds and try again.  If you're still 
getting locks, set it to ten seconds and try again.

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

I'm not saying this will get rid of locks entirely, but it will help us to know 
whether this has any effect on the number of errors you're seeing.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to