Re: [sqlite] No Timeout during commit?

2005-07-28 Thread D. Richard Hipp
On Mon, 2005-07-25 at 12:34 -0700, R S wrote: > Hi, >I have 2 process accessing the DB, one reading and the other > writing. Often the process reading the DB could take long and could > block the other process from committing a bunch of records to the DB. > I noticed that when the reader

[sqlite] No Timeout during commit?

2005-07-25 Thread R S
Hi, I have 2 process accessing the DB, one reading and the other writing. Often the process reading the DB could take long and could block the other process from committing a bunch of records to the DB. I noticed that when the reader process has the lock and the writer process tries to commit a