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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to