Hi all, I am developing readers (> 1) and writer(1) application for sqlite3 db.
I would like to maintain set of connections in application initialization time. whenever read request comes, serve the request from existing connection object like pool. Here, my doubt is: if app. runs for a long time ( one week), will connection maintain latest state of db? Is it correct approach? Thanks in advance. Regards, _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users