Hi Simon,

On 29/5/2012 7:36 PM, Simon Slavin wrote:

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.


We're on a Windows CE embedded device and are already using processes for a couple of things, but still think we'll need threads to decouple some drawing that uses the database from the rest of the system that also needs to access the database for its work.

Best Regards,
Mohit.
30/5/2012 | 12:17 AM.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to