Small. Fast. Reliable.
Choose any three.
*** 11,19 ****
  
  Yes, it is, but be {link: http://www.hwaci.com/sw/sqlite/faq.html#q8 careful}.
  
! *But the DSPAM developers say it is not:*
  "SQLite drivers don't permit concurrent reads/writes and so they never likely be thread-safe."
  {link: http://dspam.nuclearelephant.com/faq.shtml#3.9 http://dspam.nuclearelephant.com/faq.shtml#3.9}
  
  **SQLite multithreading settings**
  
--- 11,21 ----
  
  Yes, it is, but be {link: http://www.hwaci.com/sw/sqlite/faq.html#q8 careful}.
  
! But the DSPAM developers say it is not:
  "SQLite drivers don't permit concurrent reads/writes and so they never likely be thread-safe."
  {link: http://dspam.nuclearelephant.com/faq.shtml#3.9 http://dspam.nuclearelephant.com/faq.shtml#3.9}
+ The previous statement is incorrect:  the word "they" in the quote from
+ the DSPAM FAQ refers to the DSPAM driver for SQLite, not to SQLite itself.
  
  **SQLite multithreading settings**