I came across this post:

http://groups.google.com/group/web2py/browse_thread/thread/82c1b8cdc14eddee/45040c681742a3b1?lnk=gst&q=pool_size%3D#45040c681742a3b1

... and read paragraph 6.1 and 6.2 of the manual. In paragraph 6.1 the
connection strings reads like:

db = DAL('sqlite://storage.db', pool_size=0); the default. From
'Connection Pooling' I understand I'd better set the pool_size to for
instance 10. In the group I also see connections pools of size 20.
What's the best size to set the pool_size.


Kind regards,

Annet.

Reply via email to