Yes to both questions. Just make sure that your application can handle the situation of occasionally finding the database locked momentarily. In our tests on an old 200MHz server such a CGI process executes in 10mS or less and would permit maybe as many as 200 simultaneous users.
JS

Dave Dyer wrote:
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 ?


Reply via email to