Hi Will,

> Anyone out there with Torque use  in a high volume load situation?
>
> I'm having trouble with a bottleneck in DBCP with Torque.  I set my DBCP
> connection pool limit to 300 (in the Torque config file) and my mysql
> "max_connections" to 300, but the "max_used_connections" variable in
MySQL
> never goes above about 70.

This would be a question to ask for the commons-dbcp or commons-pool list.

In the past, I have seen different blocking behaviours for different JDKs,
but not in the context of DBCP. JDK 1.4 was giving trouble but 1.5 was ok.

You might want to look at the Source code of the blocking method.

    Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscr...@db.apache.org
For additional commands, e-mail: torque-user-h...@db.apache.org

Reply via email to