Re: [sqlite] synchronous=OFF on multithreads

2007-08-21 Thread drh
=?ISO-8859-1?Q?Daniel_=D6nnerby?= <[EMAIL PROTECTED]> wrote: > Hi all! > > I have a multithreaded application where every thread (almost) has it's > own sqlite connection to the same database. > The database is only accessed by this application and the application > always run on the same comput

[sqlite] synchronous=OFF on multithreads

2007-08-21 Thread Daniel Önnerby
Hi all! I have a multithreaded application where every thread (almost) has it's own sqlite connection to the same database. The database is only accessed by this application and the application always run on the same computer as the database. My question: Is it "safe" to set "PRAGMA synchronou