What is the best practice to use sqlite3 handler in multithread
environment.[I am using on Linux]



·         Open sqlite3 database file once & use the same sqlite3 handler in
all the thread for any operation on sqlite3 database file.

or

·         Open & close all the time for each operation on sqlite3 database
file.

Thanks
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to