On Apr 8, 2009, at 3:12 PM, Dave Brown wrote:

> Thread A is in the process of executing sqlite3_step(). I can post the
> full stack if you want. It goes all the way down to winSleep() in the
> sqlite3 codebase. After the full busy timeout, thread B (not A) gets
> SQLITE_BUSY returned.

Does each thread have its own connection handle or are they sharing  
one?  That might make a difference.

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

Reply via email to