Sqlite works well as the DBMS core of a WWW server. It is not a competitor for Oracle. DB2 or PostGreSQL but can support a large number of users and has the advantage of being embedded. It is not a good idea to use it for a large number of concurrent long queries. Sqlite works best with short queries when concurrency is required. JS
Shawn Anderson wrote: > Hi, > I've read many things, some conflicting, about concurrent users on a Sqlite > database. > The feeling I get is that Sqlite is good for a standalone desktop database, > but should not be used in a concurrent user situation (like a website with > many users). > Is there a definitive answer? > thanks! > > > > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users