Hi. Are there any gotchas when opening multiple independent databases from 
within one process using the C API? I am opening one database per thread in my 
code, and noticed that sqlite3_open_v2 and sqlite3_close slow down as the 
number of threads increase, indicating there might be some resource contention 
somewhere, even though the databases should be independent of each other.


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

Reply via email to