sqlite « Thread « Spring Q&A





1. spring + SQLite in multi-threaded application    stackoverflow.com

I'm developing an application that uses SQLite database and spring. I have problems when multiple threads try to modify the database - I get an error: 'The database file is locked' I have ...