Jonathan Rockway wrote:
> SQLite handles concurrent users.  Some people dislike the fact that row
> writes lock the entire table, though.  This starts being a problem when
> you are getting around 10-100 million writes a day, according to the
> SQLite docs.

It does support that?  I thought that as soon as you started an update
transaction that nobody else could.  Is that new?

Sam.

Reply via email to