Ah, yes. My mistake. Thanks.
>
> 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
"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
I was using the noLocking style. Is that essentially what you get with
SQLITE_THREADSAFE = 0?
Thanks,
Mark
>
> I recommend that you *not* use LOCKING_STYLE. It is
> disabled by default. Dan and I have a note to go back
> and get the LOCKING_STYLE stuff working, but we have not
> gotten aroun
"Mark Brown" <[EMAIL PROTECTED]> wrote:
> Hi-
>
> I am currently migrating over from 3.4 to 3.5.2. I am creating a custom
> VFS, but it is essentially the same as unix.
>
> As I was going through the code, there was a particular section that =
> made me
> think that it may not have been migrated
4 matches
Mail list logo