DBCP connection testing

2007-07-12 Thread Justin Mahoney

Hi, I see that DBCP supports testing of connections during idle time, and on
reserve and release.
WebLogic has a configuration option for their connection pools to consider
application-issued queries as successful tests, thereby greatly reducing the
need to test connections being returned to the pool, or requested from the
pool if a small enough amount of time has passed.
Does DBCP support similar behavior?


Re: DBCP connection testing

2007-07-12 Thread Phil Steitz

On 7/12/07, Justin Mahoney [EMAIL PROTECTED] wrote:

Hi, I see that DBCP supports testing of connections during idle time, and on
reserve and release.
WebLogic has a configuration option for their connection pools to consider
application-issued queries as successful tests, thereby greatly reducing the
need to test connections being returned to the pool, or requested from the
pool if a small enough amount of time has passed.
Does DBCP support similar behavior?


No, there is currently no support for this.

Phil

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