At Mon, 15 Apr 2002 11:32:55 -0400,
Perrin Harkins wrote:
 
> 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?

Yep, that's what I'd expected to happen.

Without sqlite's timeout_handler function, there happen many errors
due to database locking. But with handler there seems no problem and
it just works fine in my personal website which has 10_000 hits a day.

I should give it a shot with a site with more accesses, and examine
how to rotate the log db file.

Thanks!

-- 
Tatsuhiko Miyagawa <[EMAIL PROTECTED]>

Reply via email to