Hello,

Is safe to use the same database connection  at the same time in more
than one thread? The bellow like that is safe: 

http://www.sqlite.org/34to35.html

"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."

But in following URL say:

http://www.sqlite.org/cvstrac/wiki?p=MultiThreading

"Do not use the same database connection at the same time in more than
one thread."


So, for SQlite 3.5.* is safe to use the same database connection at the
same time in more than one thread?

Thanks for the help,

Best regards,

Joaquim

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

Reply via email to