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 <[email protected]> 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 <[email protected]> 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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to