"Mark Brown" <[EMAIL PROTECTED]> wrote:
> I was using the noLocking style.  Is that essentially what you get with
> SQLITE_THREADSAFE = 0?
> 

The locking style has absolutely nothing to do with
threads.  Locking style is what kind of file locks
are used to prevent separate processes from updating
the same database as the same time.  SQLite uses
posix advisory locks by default.  Not all systems
support posix advisory locks correctly, which is the
reason for providing alternatives.
--
D. Richard Hipp <[EMAIL PROTECTED]>


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

Reply via email to