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).

But as you wrote, there is no SQLite-imposed limit on how many separate
connections can be created. --DD
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to