This may be fixed by ticket 3030:
http://www.sqlite.org/cvstrac/tktview?tn=3030


On 5/6/08, Hans Guijt <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
>
> I have a simple question: on my SQLite database I set
> sqlite3_busy_timeout() to a generous 10000 milliseconds, but sometimes
> it doesn't wait _at all_, but immediately returns with "database is
> locked". This seems to happen only when the database is recovering from
> a power failure; in other cases I get the normal timeout behaviour.
>
> Is there something unique about the recovery process that would cause
> the time out to fail like this? And more importantly, is there something
> I can do about it?
>
>
> Thanks,
>
> Hans Guijt
>
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to