Hello sqlite-users,

If using an in-memory database, do the possible db corruption problems
when using multiple threads go away and can the same db handle
returned from the sqlite3_open call in the main thread be used by the worker threads?


If not would it help to use mutexes to syncronize access to the db handle?

Version is 3.1.3, a linux platform, 1 cpu...

Thanks,

Carly

PS Sorry about the previous post to an established thread.



Reply via email to