>> On Apr 1, 2017, at 10:43 PM, J Decker <d3c...@gmail.com> wrote:
> 
> I can add an idle sweep to close connections when nothing has been in 
> progress for a while.... but only on sqlite connections which complicates 
> things...

Why don't you do as Simon suggested ("the application should have the SQLite 
database open only while it’s being accessed.")?   That is, open a connection 
to the DB when you need to access it and then immediately close the connection?

Jeff

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

Reply via email to