On Wed, 02 Jul 2014 15:50:58 +0100
Grzegorz Sikorski <g.sikor...@kelvatek.com> wrote:

> > 1020 simultaneus connections? Perhaps iOS exhausted del max. file
> > descriptor per process.
> 1020 is the number of open operations. Number of connections opened
> at the same time is much lower (2-3).

If your connections use ORDER BY then you need another temporal file. If you 
don't define an INDEX and Sqlite decides it's needed, add one fd more. Same for 
temporal tables and others constructions. Add it to db and wal fd for each 
connection and you reach the limit.

When you say connections, do you mean a call to sqlite3_openv2? Or cycle of 
sqlite3_prepare_v2/step/finalize?

---   ---
Eduardo Morras <emorr...@yahoo.es>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to