Mark, Thanks. I guess I'll just wrap it myself, no big deal. Patrick
On Wed, Jun 24, 2009 at 9:05 AM, Mark Thomas<[email protected]> wrote: > Patrick Lightbody wrote: >> I have a somewhat unique use case: I want to be able to, on command, >> tell my BasicDataSource to "recover" any outstanding open Connections. >> I don't see any methods in the API that indicate there is a way to >> force that. There are timeouts that will recover it, but is there a >> way to say: "do it now"? > > In short, no. Depending on configuration, DBCP might not even be holding > references to the open connections. > > Mark > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
