I'm using SQLite v. 3.5 in my multithreaded application.  
 
I have 2 threads both writing to the same database, different tables but
same database.  All is good until one of the threads goes under HEAVY load,
then the other thread blocks never to return (on a bind statement).
 
I WAS using the same database connection, but now I'm switching it to use
seperate connections both to the same file.
 
Is opening the database in each thread, really the only thing I need to
worry about when I have mutilple threads are using the same database file,
as long as that are using seperate tables?  
 
thank you for your time,
 
Gene
 
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to