On Sun, 2005-03-13 at 21:56 +0100, Thomas Lotterer wrote:

> I cannot believe it is normal behavior of a database application running
> on a multitasking operating system to assume there will only be one
> writer and otherwise let the application fail or do retries by itself.
> 

Believe it or not, that is the case.  This issue has never come
up before.  I'll look into it.

In the meantime, a simple workaround seems to be to write a
wrapper around SQLite that automatically checks for SQLITE_BUSY
and retries.
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to