Do your applications use any PRAGMAs ?
PRAGMA foreign_keys=ON;
PRAGMA journal_mode=WAL;

Are they running on the same computer both accessing storage held on that same 
computer ?


It's different threads within the same application. Threads have "own" sqlite connections.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to