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
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
2 matches
Mail list logo