Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 57309 invoked from network); 9 Apr 2003 14:10:42 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 9 Apr 2003 14:10:42 -0000 Received: (qmail 25263 invoked by uid 97); 9 Apr 2003 14:12:35 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 25256 invoked from network); 9 Apr 2003 14:12:34 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 9 Apr 2003 14:12:34 -0000 Received: (qmail 57000 invoked by uid 500); 9 Apr 2003 14:10:38 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 56896 invoked from network); 9 Apr 2003 14:10:37 -0000 Received: from bugs.merck.com (HELO usryws03.merck.com) (155.91.6.30) by daedalus.apache.org with SMTP; 9 Apr 2003 14:10:37 -0000 Received: from 155.91.2.6 by usryws03.merck.com with ESMTP (SMTP Relay ( MMS v4.7);); Wed, 09 Apr 2003 10:10:37 -0400 X-Server-Uuid: 7a42c1b6-0774-11d5-89f7-00508bcf402e Received: from usrygw02.merck.com (usrygw02.merck.com [54.3.102.183]) by mmh2.merck.com (PMDF V6.0-24 #37353) with ESMTP id <01KUIO44EGT28WY45H@mmh2.merck.com> for commons-dev@jakarta.apache.org; Wed, 09 Apr 2003 09:11:27 -0500 (EST) Received: by usrygw02.merck.com with Internet Mail Service (5.5.2656.59) id ; Wed, 09 Apr 2003 10:10:12 -0400 Content-return: allowed Date: Wed, 09 Apr 2003 10:10:10 -0400 From: "Timko, Cheryl A." Subject: [DBCP] Abandoned connections not being returned to pool upon clos ing To: "'commons-dev@jakarta.apache.org'" Message-ID: <3FBAE6711D6FD511B5B200508B5C783707F49962@uswpmx14.merck.com> MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) X-WSS-ID: 128AF6573103220-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Our project uses the BasicDataSource class to create and maintain the pool of database connections (internally, the BasicDataSource creates an AbandonedObjectPool for the connection pooling). What I noticed is that when the close() method is called on the BasicDataSource, the "abandoned connections" are not being returned to the pool in order for them to be closed. The check for whether "abandoned connections" are returned to the pool is only performed in the AbandonedObjectPool's borrowObject(). Since the AbandonedObjectPool does not have a close() method to return all the abandoned connections to the pool, does anyone know of another way to accomplish this when the pool is being closed? If not, is it possible to add this functionality in a future release? Thank you in advance for your feedback. Cheryl Timko ------------------------------------------------------------------------------ Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (Whitehouse Station, New Jersey, USA) that may be confidential, proprietary copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by e-mail and then delete it. ============================================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org