I have written a java application that sporadically logs events to an SQLite database from multiple threads. I\'ve noticed that I can trigger SQLite\'s \"Database Locked\"
I use the same connection for multiple threads. in addition I had to make db-write methods synchronized, otherwise I still get bussy error