Tatsuhiko Miyagawa wrote:
> Announcing new Apache module (written in C):
> 
> mod_log_sqlite is an Apache logging module for sqlite database. It
> allows you to log your HTTP stats into sqlite, then you can do queries
> using sqlite's SQL feature (including subselects, views) to HTTP
> statistics.

The SQLite FAQ seems to suggest that SQLite isn't very good at parallel 
read/write situations: http://www.hwaci.com/sw/sqlite/faq.html#q6

Have you seen any problems so far?

- Perrin


Reply via email to