RE: Bugzilla #1879 (Connection Pool handling of Stale Connections)

2001-06-01 Thread Deadman, Hal
I agree, isClosed() won't work. An option for a testing a connection with a do-nothing SQL statement is needed. This is pretty standard for most connection pools that I have seen. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 5:41

Re: Bugzilla #1879 (Connection Pool handling of Stale Connections)

2001-06-01 Thread Craig R. McClanahan
On Fri, 1 Jun 2001, Ted Husted wrote: Craig R. McClanahan wrote: Therefore, it seems to me that allowing the configuration of an optional do nothing SQL command that GenericConnectionPool can use to test the validity of the connection would be a better approach. Does that make sense