On 22/06/2012 1:29 AM, Pavel Ivanov wrote:
Do you have mutex surrounding statement execution in these threads? You should use it or compile with SQLITE_THREADSAFE=1. Pavel

No, I don't have mutexes for those, as I assumed that THREADSAFE=2 would protect them. I'm not clear about the exact difference between 1 and 2, having read the docs a few times.

I think this may be the problem - I'll recompile with 1 and spend a bit of time testing. I'll get back with the results in either case.

Thank you all for the help!

   Dennis

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

Reply via email to