Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 29506 invoked from network); 14 Nov 2009 01:07:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Nov 2009 01:07:46 -0000 Received: (qmail 60932 invoked by uid 500); 14 Nov 2009 01:07:46 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 60849 invoked by uid 500); 14 Nov 2009 01:07:46 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 60840 invoked by uid 99); 14 Nov 2009 01:07:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 01:07:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 01:07:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 46F022388906; Sat, 14 Nov 2009 01:07:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r836082 - /commons/proper/dbcp/trunk/xdocs/index.xml Date: Sat, 14 Nov 2009 01:07:21 -0000 To: commits@commons.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091114010722.46F022388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: psteitz Date: Sat Nov 14 01:07:19 2009 New Revision: 836082 URL: http://svn.apache.org/viewvc?rev=836082&view=rev Log: s/Jakarta/Apache Modified: commons/proper/dbcp/trunk/xdocs/index.xml Modified: commons/proper/dbcp/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/xdocs/index.xml?rev=836082&r1=836081&r2=836082&view=diff ============================================================================== --- commons/proper/dbcp/trunk/xdocs/index.xml (original) +++ commons/proper/dbcp/trunk/xdocs/index.xml Sat Nov 14 01:07:19 2009 @@ -26,7 +26,7 @@
-

Many Jakarta projects support interaction with a relational database. +

Many Apache projects support interaction with a relational database. Creating a new connection for each user can be time consuming (often requiring multiple seconds of clock time), in order to perform a database transaction that might take milliseconds. Opening a connection per user @@ -40,7 +40,7 @@ into the DBMS, and handles any user account issues internally.

There are several Database Connection Pools already available, both -within Jakarta products and elsewhere. This Commons package provides an +within Apache products and elsewhere. This Commons package provides an opportunity to coordinate the efforts required to create and maintain an efficient, feature-rich package under the ASF license.