* Ken:

>  Would the reader be blocked by the writer?

Yes.

> Would the writer be blocked by the reader?

Yes.

However, depending on the size of the transactions this may not be an
issue.

>  I guess I'm unclear what I can/cant do using sqlite and how to gain
>  as much performance as possible.

If your database isn't too large, and you aren't running on Windows,
you could make a copy of the database before updating it, so that
readers and the writer work on different databases.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to