On 29 Jun 2009, at 1:11pm, Greg Morehead wrote: > So it seems by best bet is to close and open the connection once > every 5 minutes or so?
No. The library is unlikely to have a leak of that kind in. Are you certain that what you're seeing is a real leak ? If so, the leak may be in your own code. Otherwise, check to see that SQLite is not staying entirely within the expected cache memory usage: http://www.sqlite.org/pragma.html#pragma_default_cache_size It's possible to manage the cache yourself http://www.sqlite.org/c3ref/pcache_methods.html but frankly this is above my head and I wouldn't know where to start. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users