Re: [sqlite] SQLITE_BUSY exceptions

2012-05-08 Thread Simon Slavin
On 9 May 2012, at 12:15am, Cyndy Koobs wrote: > I am using SQLite with hibernate 4.1.0 (multithreaded but not heavily > loaded). I am frequently getting SQLITE_BUSY exceptions. Have you set a SQLite timeout ? The default is zero, which means that any contention will immediately trigger _BUSY

[sqlite] SQLITE_BUSY exceptions

2012-05-08 Thread Cyndy Koobs
I am using SQLite with hibernate 4.1.0 (multithreaded but not heavily loaded). I am frequently getting SQLITE_BUSY exceptions. When the database is created, is the journal mode default WAL? What is the default size of the journal? What is the default threading mode when compiled? If I want/nee