Re: [sqlite] Multiple instance and multithread

2011-01-03 Thread Pavel Ivanov
> Do I need to activate a specific flag (es. Multithread) when I create the > lib in order to use this multi instance configuration safety ? Multi-threading has nothing to do with multi-processing (multiple instances). SQLite always works from multiple processes (if OS permits; note: Windows is a

[sqlite] Multiple instance and multithread

2011-01-03 Thread Marco Turco
Hi all. I have some customer that are executing more instances of my windows app that use Sqlite as database, so more instances of my app works on the Sqlite database on the same time. My question: I am using the last standard Sqlite3 lib generated from the amalgamation, Do I need to activa