[sqlite] Threading-mode for an encrypted database

2015-08-24 Thread Richard Hipp
On 8/24/15, Daniel Coles wrote: > Hello, > > Our application is to use SQLite to store its data. It uses a > multi-threaded server, though in most cases SQLite would be accessed by one > thread at a time. The application runs on Microsoft Windows. > > Our initial SQLite implementation followed

[sqlite] Threading-mode for an encrypted database

2015-08-24 Thread Daniel Coles
Hello, Our application is to use SQLite to store its data. It uses a multi-threaded server, though in most cases SQLite would be accessed by one thread at a time. The application runs on Microsoft Windows. Our initial SQLite implementation followed our interpretation of the guidelines laid