Small. Fast. Reliable.
Choose any three.
*** 8,14 ****
  
  **SQLite multithreading settings**
  
! The setting named {link: http://groups.yahoo.com/group/sqlite/message/440 DTHREADSAFE} turns multithreading on or off. {link: http://groups.yahoo.com/group/sqlite/message/527 It's turned on by default in the precompiled Windows binaries and it's off by default in the precompiled Linux binaries}. Under Linux, Mac OS X and other Unix systems, you'll have to set it manually. If you're using Mac OS X's {link: http://developer.apple.com/tools/projectbuilder/index.html Project Builder}, you can easily turn on multithreading by adding *-DTHREADSAFE=1* to the *Other C Compiler Flags* field, in the following panel:
  
  _Project:Edit active target '<your project>':Settings:GCC Compiler Settings_
  
--- 8,14 ----
  
  **SQLite multithreading settings**
  
! The setting named {link: http://groups.yahoo.com/group/sqlite/message/440 THREADSAFE} turns multithreading on or off. {link: http://groups.yahoo.com/group/sqlite/message/527 It's turned on by default in the precompiled Windows binaries and it's off by default in the precompiled Linux binaries}. Under Linux, Mac OS X and other Unix systems, you'll have to set it manually. If you're using Mac OS X's {link: http://developer.apple.com/tools/projectbuilder/index.html Project Builder}, you can easily turn on multithreading by adding *-DTHREADSAFE=1* to the *Other C Compiler Flags* field, in the following panel:
  
  _Project:Edit active target '<your project>':Settings:GCC Compiler Settings_