Hi Igor,

On 29/5/2012 11:41 AM, Igor Tandetnik wrote:

Multi-thread. In this mode, SQLite can be safely used by multiple
threads provided that no single database connection is used
simultaneously in two or more threads.
Yes. But note that the default mode is "serialized". You must explicitly switch 
to multi-thread and consciously reduce thread safety guarantees. So, just don't do that.

Thank you very much for the clarification. I guess we'll move to the multi-threaded mode in a later release.

Best Regards,
Mohit.
29/5/2012 | 3:00 PM.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to