My application includes a main process and some other processes. I open the
database in other process, but at end I will close the database in main
process.

The problem happens while I close the database. The main process is blocked.
And I could see the journal file is still there, so I guess there are still
some transactions.

How resolve the problem?

Thanks in advance!
-- 
View this message in context: 
http://old.nabble.com/sqlite3-is-blocked-by-transaction-when-wanting-to-close-the-sqlite3-*-tp26523551p26523551.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to