On 29 May 2012, at 8:00am, Mohit Sindhwani <m...@onghu.com> wrote:

> Hi Igor,
> 
> [snip]
> 
> Thank you very much for the clarification.  I guess we'll move to the 
> multi-threaded mode in a later release.

It might be worth pointing out that the creator of SQLite feels that threads 
are evil.  In fact it's in the FAQ, together with a pointer to the standard 
work on the subject (which I have never managed to understand all the way 
through):

<http://sqlite.org/faq.html#q6>

If you haven't already gone to effort to write your program to use threads, 
then you might consider not doing it.  Perhaps you could use processes instead. 
 Multiprocessing is fine.

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

Reply via email to