Dave Dyer said:
>
> If I designed a sqlite database to be used by a bunch of independent
> applications, for example a bunch of CGI scripts each of which
> opened the database, did some processing, and exited, would
> that be (a) safe (b) effecient ?

It's very safe.  My own product does that (see the tag line).  In many
ways it's more efficient than using a database server, since opening a
file is usually faster than opening a network connection to a database
server.

Clay
-- 
Simple Content Management
http://www.ceamus.com

Reply via email to