The birth of the open source enterprise stack
Posted Jul 4, 2006 7:57 UTC (Tue) by
nlucas (subscriber, #33793)
In reply to:
The birth of the open source enterprise stack by jwb
Parent article:
The birth of the open source enterprise stack
You might want to check SQLite for this kind of applications.
No server setup as it's only a library using a single file as a database, but *very* fast (but ACID by default, so you need to know how to make it fast).
It's not good for multiple simultaneous writers, because it locks the entire database on a write, but most applications only write once and read many.
(
Log in to post comments)