On Tue, 2003-08-19 at 01:24, KNOX, Liam, FM wrote: > Noel > > I took the latest snap shot and this seems to work fine. Is there a plan for > a new release in the near future? I am also interested in how dbcp deals > with closed or 'stale' > connections i.e. in the event of a db outage. Is it possible that stale > connections > could remain in the pool ? >
It is possible to configure a pool to verify the connection before handing it out (or at other times, if less critical). Connections that don't pass the verification test (usually a simple sql query) are removed from the pool. john mcnally --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
