On Feb 26, 2009, at 6:28 AM, Eversogood wrote: > Hi, > > What is the maximum number of concurrent users for SQLite? >
There is no limit, though writes are serialized. Your question betrays that you are thinking of SQLite as if it were any other client/server database engine. It is not. SQLite is not a replacement for Oracle/MySQL/PostgreSQL. SQLite is designed to replace fopen(). If you are looking for an Oracle replacement, SQLite is probably not for you. D. Richard Hipp d...@hwaci.com _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users