[web2py] Re: performance issue- multiple db connection

2010-06-09 Thread mdipierro
yes, this was always zero, mostly because it does not work with sqlite (default db) and because when introduced we did not want to change the previous behavior (backward compatibility). On Jun 9, 6:59 pm, Doug Warren wrote: > Sorry to bump an old email, but was this changed at some point? > (mast

[web2py] Re: performance issue- multiple db connection

2010-05-11 Thread cjrh
On May 11, 10:58 am, vihang wrote: > I am trying to understand the possible performance setback if I try to > open multiple db connections. Is there some mechanism in web2py which > would optimizes the number of open connections to the database? What do your measurements say so far?