RE: [OT] conn pooling - what next?

2002-08-27 Thread Kevin A. Smith
If the DBA is manually killing off your connections, then the pool needs to be paranoid about checking to see if the connection is available before each operation. So this adds overhead to using the pool. In addition, consider this code: Connection cn = pool.allocate(); Statement stmt =

RE: [OT] conn pooling - what next?

2002-08-27 Thread Jackson, Stephen
You need to use Aspects to handle this problem. -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 10:40 AM To: Struts List Subject: [OT] conn pooling - what next? I know this topic has come up in the past, but I'm wondering if someone can

RE: [OT] conn pooling - what next?

2002-08-27 Thread Jackson, Stephen
, August 27, 2002 4:59 PM To: 'Struts Users Mailing List' Subject: RE: [OT] conn pooling - what next? You need to use Aspects to handle this problem. -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 10:40 AM To: Struts List Subject: [OT] conn