So SQLite is not "portable" on some Unix (more precisely on recent linux NPTL where file locks seems broken).
i submitted a patch this month: http://www.sqlite.org/cvstrac/tktview?tn=1417 Best regards, Wed, Sep 21, 2005 at 02:56:48PM +0100: Christian Smith wrote: > On Tue, 20 Sep 2005, Marco Bambini wrote: > > >I know based on http://www.sqlite.org/faq.html#q8 that it is not safe > >to share the same sqlite3 structure between multiple threads. > >But what if I protect its access with a mutex? > >It is safe? > > > Until recently, by chance, yes, on some platforms. Recent versions of > SQLite explicitly disallow it and return an error if tried. > > Christian -- Guillaume FOUGNIES Eulerian Technologies

