On 20 Feb 2013, at 3:28pm, Dominique Devienne <ddevie...@gmail.com> wrote:

> On Wed, Feb 20, 2013 at 2:07 PM, Simon Slavin <slav...@bigfraud.org> wrote:
> 
>> On 20 Feb 2013, at 12:57pm, Frank Chang <frankchan...@gmail.com> wrote:
>>> Good morning, Could someone please tell us the maximum number of open
>>> simultaneous connections in the latest release of SQLite? Thank you.
>> 
>> There is no limit for open connections built into SQLite because there is
>> no part of SQLite which counts open connections.  You can have as many as
>> you have memory available, file handles available, or any other resource
>> the operating system needs.  Whatever it is, it's a high number rather than
>> something like 10.
> 
> Perhaps the poster meant the number of attached databases to a particular
> connection instead? (62 max as of now).

Or it could have been the number of different users/apps/computers connecting 
to the same database at the same time.  Or the number of different uses of 
sqlite3_open() you could have at the same time.  I couldn't work out what the 
OP wanted.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to