Ok, skip that.  locking_mode=EXCLUSIVE (1) takes care of that.

-- 
The fact that there's a Highway to Hell but only a Stairway to Heaven says a 
lot about anticipated traffic volume.

>-----Original Message-----
>From: sqlite-users <sqlite-users-boun...@mailinglists.sqlite.org> On
>Behalf Of Keith Medcalf
>Sent: Tuesday, 22 October, 2019 12:46
>To: SQLite mailing list <sqlite-users@mailinglists.sqlite.org>
>Subject: Re: [sqlite] Theoretical write performance for low-throughput
>devices
>
>>and only one thread accesses that connection at a time.  The target
>>lacks mmap(), posix file locks, and multiple address spaces, so this
>>seemed like the right settings to use.
>
>So what happens to the shm file?  Is in not normally just an ordinary
>file that is mmap'ped?
>
>What would be the effect of not having mmap available?
>
>--
>The fact that there's a Highway to Hell but only a Stairway to Heaven
>says a lot about anticipated traffic volume.
>
>
>
>_______________________________________________
>sqlite-users mailing list
>sqlite-users@mailinglists.sqlite.org
>http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users



_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to