* On Fri, Jul 25 2008, Andy Lester wrote:
> Drizzle is the new fork of MySQL that removes many many features to
> save weight, but is still able to handle concurrent users unlike
> SQLite.

SQLite handles concurrent users.  Some people dislike the fact that row
writes lock the entire table, though.  This starts being a problem when
you are getting around 10-100 million writes a day, according to the
SQLite docs.

Regards,
Jonathan Rockway

-- 
print just => another => perl => hacker => if $,=$"

Reply via email to