Re: [sqlite] Maximum number of concurrent users

2009-02-27 Thread Allan Edwards
Why not just answer, unlimited to the POWA of your server? hehe On Thu, Feb 26, 2009 at 6:54 AM, D. Richard Hipp <d...@hwaci.com> wrote: > > On Feb 26, 2009, at 6:28 AM, Eversogood wrote: > >> Hi, >> >> What is the maximum number of concurrent users for SQLite?

Re: [sqlite] Maximum number of concurrent users

2009-02-26 Thread John Stanton
It is an embedded system, so the number of users depends on how it is used. Be aware that it is not a database server like Oracle or DB2, but is a library of routines to link into your application. Eversogood wrote: > Hi, > > What is the maximum number of concurrent users f

Re: [sqlite] Maximum number of concurrent users

2009-02-26 Thread D. Richard Hipp
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 dat

[sqlite] Maximum number of concurrent users

2009-02-26 Thread Eversogood
Hi, What is the maximum number of concurrent users for SQLite? Thanks, Ev ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users