pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: thread-safe sqlite3



On Thu, Feb 25, 2016 at 05:27:15PM +0000, coypu%SDF.ORG@localhost wrote:
> However, meta-tracker is complaining that sqlite3 is not thread-safe, as
> mentioned here, the default mode is NOT thread safe, unless otherwise
> specified.
> https://www.sqlite.org/threadsafe.html

I don't think that is up-to-date. SQLITE3_THREADSAFE (if not defined)
defaults to THREADSAFE (if defined) and otherwise to 1. So the default
configuration should be threadsafe.

Joerg


Home | Main Index | Thread Index | Old Index