Mohit Sindhwani <m...@onghu.com> wrote:
> On 29/5/2012 10:52 AM, Igor Tandetnik wrote:
>> That document is obsolete. It has been safe for a long time now. For 
>> details, see http://www.sqlite.org/threadsafe.html
> 
> Thank you very much.  However, reading this page also, it says:
> 
>> 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.
-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to