Currently I have two and sometimes three clients access the SQLite db, all
on the same machine.

* A C# program that doesn't ever stay connection all that long.
* An Apache application that stays connected all the time.
* A Qt application that stays connected when it is running.

I am getting report that when the Qt application is running, the Apache
application is crashing.  The only connection is the SQLite db.

It is my understanding that SQLite is designed to allow multiple clients
from the same computer to access the DB file at one time.  Assuming this to
be true, what is the ideal flags when opening the file?

The system does far more reading then writing.  I am currently using v3.6, I
have not upgraded to v3.7 and WAL, would that also work to my advantage?

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

Reply via email to