Re: [sqlite] Shared Cache unlock notification to multiple threads

2009-03-23 Thread D. Richard Hipp
On Mar 23, 2009, at 5:45 AM, Edzard Pasma wrote: > Hello, > > The new sqlite3_unlock_notify API, described in > http://www.sqlite.org/draft/c3ref/unlock_notify.html > and expected in SQLite 3.6.12, may have a restriction for use when > multiple threads share the same connection. The document

[sqlite] Shared Cache unlock notification to multiple threads

2009-03-23 Thread Edzard Pasma
Hello, The new sqlite3_unlock_notify API, described in http://www.sqlite.org/draft/c3ref/unlock_notify.html and expected in SQLite 3.6.12, may have a restriction for use when multiple threads share the same connection. The documents states: """ There may be at most one unlock-notify callback r