"Sabyasachi Ruj" <[EMAIL PROTECTED]> wrote:
> I still fail to understand what should I synchronize on. I am *not* sharing
> sqlite* across multiple threads.
> 

If you compile SQLite so that it is threadsafe (-DTHREADSAFE=1) and
if you do not share sqlite3* pointers across threads, then you should
not have to do any synchronization.  

If you are failing to synchronize threads correctly, then you should
expect to see SQLITE_MISUSE errors, not SQLITE_CORRUPT errors.

--
D. Richard Hipp <[EMAIL PROTECTED]>


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

Reply via email to