For now do this:

try:
    db=DAL("mysql://a:b...@localhost/c", pool_size=5)
except:
    db=DAL("mysql://a:b...@localhost/c", pool_size=5)

It should fix the probelm. If not, set pool_size=0 in the second call.

On Mar 23, 1:40 pm, David Zejda <d...@atlas.cz> wrote:
> Hi Massimo, please, were you able to look at it?
> I'm getting the same error relatively often, several times a day one a
> site with about 10000 daily requests.
>
> Thanks :)
> David
>
> On Feb 23, 9:31 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > will look into this.

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to