"Diethelm Guallar, Gonzalo" <[EMAIL PROTECTED]> writes:

> Ok, we have also just detected that some of the DB operations
> take a long time to complete (queries that take over one minute);
> when there are more than maxConnections users, this could explain
> why some of them just hang in there...

We set our maxConnections very high (80 or something, with MySQL) to
avoid similar situations under high load.

> > If you are using the connection pool directly, have you checked all
> > the places where you get connections to make sure they are returned to
> > the pool?
> 
> I think we covered that already, but we will do another pass. I believe
> the standard idiom to use here is the following, right?
[snip]

You got it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to