Hello, I was glad to read in http://sqlite.org/34to35.html document that:

Restrictions on the use of the same database connection by multiple
threads have been dropped. It is now safe for multiple threads to use
the same database connection at the same time.

I'd like if someone could clarify this: Does it mean that threads can
be freely use with 3.5? It there any limitation at all? I.e., if I
create a DB connection, can I freely execute statements in several
threads? Is any kind of synchronization needed?

Thanks,
Jiri

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

Reply via email to