Re: [web2py] Re: connection pools

2011-04-17 Thread Stifan Kristi
thank you so much for your info, i've already read it. best regards, steve van christie On Sun, Apr 17, 2011 at 1:23 PM, pbreit wrote: > It's "pool_size". SQLite and GAE disregard it. In theory it can improve > your DB performance but it can also degrade performance (if you set it too > high,

[web2py] Re: connection pools

2011-04-16 Thread pbreit
It's "pool_size". SQLite and GAE disregard it. In theory it can improve your DB performance but it can also degrade performance (if you set it too high, have limited memory or if there is some sort of conflict in your environment). http://web2py.com/book/default/chapter/06#Connection-Pooling