I have asked this Q a number of times over the last year and NEVER gotten
ANYONE to even comment on it.  I am wondering why:

Am I opening the DB too much?

My usage of SQLite is in an Apache module that opens the DB each time it
needs info from the DB:  For authentication it is open/closed, for the
initialization of the request the db is open/closed, for the processing of
the request, the db is opened and closed.

Is this OK, or should I open it once for the whole request and close it when
the whole request is finished?

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

Reply via email to