On 16 Aug 2010, at 5:54pm, Black, Michael (IS) wrote:

> The SQLite
> connection is created on the main thread and then handed off to the
> writing thread which is the only one to use it.

Where is the sqlite3_open command used ?  Is it in the main thread or the 
writing thread ?

Does the writing thread run the entire time the file is being written, or is a 
new writing thread created for each batch of rows to be written, and once it is 
finished it quits ?

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

Reply via email to