On Mar 1, 8:55 am, Markus Schmitz <[email protected]> wrote: > More or less all my pages write some data to a table for logging > purposes on access, so when the first browser connects, sqllite locks > the DB. When the second browser connects, the DB is still locked, even > though the page of the first request is long delivered.
As an additional datapoint, I have a live web2py site running on sqlite pushing 4GB a month. All the queries are small, but I cache a lot. I don't think your problem is Sqlite alone. Something else is going on.

