On 18 Oct 2018, at 3:27pm, Bob schwanzer <sh.bhar...@gmail.com> wrote:

> DB is
> opened by 10-20 processes each of which can have multiple threads.

What OS are you using ?
What programming language are you using ?
Are you calling the SQLite C library directly or using a shim ?

Does your program close each database as it is finished with it ?
Does the result code from _close() come back as SQLITE_OK ?

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

Reply via email to