On 06/12/2012 05:41 PM, Nicholas Thompson wrote:
Hi, I am new to SQLITE

Would be using Microsoft VS 2008&  2010

Is it possible to safely use multiple threads in a process with each
thread making
its own connection to the same database

rc = sqlite3_open("file::memory:?cache=shared",&db);

Should be safe, yes. Assuming you are using the library in either
"multi-thread" or "serialized" (the default) mode.

  http://www.sqlite.org/threadsafe.html
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to