On Tuesday, March 1, 2011 8:11:01 AM UTC-5, KMax wrote: > > SQLite is not good solution for concurent users access. > http://sqlite.org/faq.html#q5
>From that FAQ, it doesn't sound like SQLite should be locking out other requests for so long (only briefly during write operations) -- Markus says a second browser is still locked out even after the page has already loaded in the first browser. I wonder if something else is going on.

