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. All the maxima are here: <http://sqlite.org/limits.html> 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. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users