Richard Klein <[EMAIL PROTECTED]> wrote: > The documentation looks great! I look forward to the > release of 3.5.0. > > A couple of questions: > > (1) In 3.5.0, a database cache can be shared by two > different threads having two different database > connections. I infer from this that two different > threads can now share a cache without having to > utilize a client/server mechanism. True?
Correct. > > (2) The presence of the new mutex subsystem, and the > absence of xReadLock(), xWriteLock(), and xUnlock() > methods in the new VFS object, would seem to indicate > that SQLite has abandoned the use of file locking to > synchronize access to a shared database. True? False. The names of the methods are xLock() and xUnlock() and they are found in the sqlite3_io_methods structure. -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------