On 12/6/06, Jay Sprenkle <[EMAIL PROTECTED]> wrote:

Firefox is now using sqlite. They use shared-cache mode because they want it
to work over networked drives and they don't want to pay for the
latency involved.

The "shared cache mode" in sqlite only changes certain behavior for
threads in the same process.  It's unrelated to external locks, which
work as normal.  It's my understanding that Firefox has done
modifications of their own to disable external locking.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to