> 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 permitting OS) when it needs specific compilation flags to work in multi-threaded environment (note: these flags are set by default, so it is safe to use multiple threads). Pavel On Mon, Jan 3, 2011 at 12:37 PM, Marco Turco <m.tu...@softwarexp.co.uk> wrote: > 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 activate a specific flag (es. Multithread) when I create the > lib in order to use this multi instance configuration safety ? > > > > Thanks > > > > Marco > > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users