Hello,I have an application that is calling sqlite3_open() in one thread and
sqlite3_close() in a different thread.
The db's can potentially be opened and closed many times during execution of
my app.

Could this potentially introduce any problems?
In particular, I am trying to determine why sqlite3 is consuming
increasingly more memory as the db's are opened and closed (as seen with
valgrind's massif).

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

Reply via email to