[vlc-devel] [PATCH] SQLite module
Sébastien Escudier
sebastien-devel at celeos.eu
Thu Nov 12 10:31:55 CET 2009
Quoting Rémi Denis-Courmont <remi at remlab.net>:
> > Some sqlite builds can be non threadsafe. Better to be safe.
>
> If SQLite is not thread-safe, then your locking scheme won't work anyway. You
> would need to use a static lock and ensure nobody else is using SQLite in the
> process (best of luck with that).
We may consider requiring a thread safe version of SQLITE
More information about the vlc-devel
mailing list