Hello,
I'm doing some tests to get the best out of the threading models for sqlite.
All tests are done on a multicore processor, windows XP; sqlite is working in
WAL mode.
I've got a database image corrupted when using SQLITE_THREADSAFE=2 and two
threads, each opening a private connection to the same database. sqlite3*
pointers are not shared, each thread has his own.
Compiling with SQLITE_THREADSAFE=1 seems to work well, but I will test it more.
Am is missing something?
Do I have to synchronize the threads?
Thanks in advance.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users