On Sat, Oct 24, 2009 at 05:55:53PM -0700, Roger Binns wrote:
> Hint: How does the SQLite connection you are currently using know that no
> other SQLite connection won't be updating the database?
The database is only rarely updated. When it is updated, a copy is
taken of it, it is then updated o
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pavel Ivanov wrote:
> I believe the problem here can be either in buggy file locking via NFS
The issue is two fold. One is that SQLite still does locking operations
even if you open read only (which may not be expected by some users but is
necessary)
> Hint: How does the SQLite connection you are currently using know that no
> other SQLite connection won't be updating the database?
Isn't it a SHARED lock that will ensure that no other connection is
updating the database? And isn't SHARED lock should allow another
SHARED lock?
I believe the p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jamie wrote:
> Given all this, why am I on rare occasions getting a SQLITE_BUSY
> return code when calling sqlite3_prepare_v2() or sqlite3_step() ?
Hint: How does the SQLite connection you are currently using know that no
other SQLite connection won'
4 matches
Mail list logo