The FreeBSD Ports Archive
FreeBSD java : jakarta-commons-dbcp4>
The DBCP Component
The DBCP Component
Many Jakarta 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 can be unfeasible in a publicly-hosted Internet
application where the number of simultaneous users can be very large.
Accordingly, developers often wish to share a "pool" of open
connections between all of the application's current users. The number
of users actually performing a request at any given time is usually a
very small percentage of the total number of active users, and during
request processing is the only time that a database connection is
required. The application itself logs 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 opportunity to coordinate the efforts required to create and
maintain an efficient, feature-rich package under the ASF license.
The commons-dbcp package relies on code in the commons-pool package to
provide the underlying object pool mechanisms that it utilizes.
http://jakarta.apache.org/commons/dbcp/
|
jakarta-commons-dbcp history
v. 1.8
date: 2007/05/19 20:12:50; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.7
date: 2004/07/26 05:35:16; author: glewis; state: Exp; lines: +2 -2
. Update to 1.2.1 [1]
. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it.
PR: 69525 [1]
Submitted by: Anton Yudin (maintainer) [1]
v. 1.6
date: 2004/05/26 10:27:00; author: pav; state: Exp; lines: +1 -0
- Add missed dependency on java/jakarta-commons-collections
PR: ports/66982
Submitted by: Herve Quiroz
Approved by: maintainer
v. 1.5
date: 2004/04/16 15:26:10; author: glewis; state: Exp; lines: +7 -4
. Require JDK 1.4 or better (fixes bento build). [1, 2]
. Use MASTER_SITE_APACHE_JAKARTA. [1]
. bsd.java.mk 2.0 compliant. [1]
. Removed pkg-plist using PLIST_FILES. [1]
. Forced ANT to use the selected version of Java.
PR: 65617 [1], 65349 [2]
Submitted by: Herve Quiroz
Anton Yudin
Approved by: Anton Yudin (maintainer)
v. 1.4
date: 2004/01/23 06:26:08; author: glewis; state: Exp; lines: +2 -1
. Unbreak the build after the recent changes to ant. I've done it slightly
differently than the PR, using the ANT_INCLUDE_SHARED_JARS variable.
PR: 61711
Submitted by: Anton Yudin (maintainer)
v. 1.3
date: 2003/11/20 23:30:15; author: glewis; state: Exp; lines: +2 -1
. Simplify packing list [1]
. Minor simplification of BUILD_DEPENDS.
PR: 59179 [1]
Submitted by: Anton Yudin (maintainer) [1]
v. 1.2
date: 2003/11/11 11:55:59; author: osa; state: Exp; lines: +4 -4
Update commons-[dbcp|pool] to 1.1.
Utilize DOCSDIR and PORTDOCS macros.
Submitted by: Anton Yudin (maintainer)
PR: 59050
v. 1.1
date: 2003/10/06 08:28:48; author: znerd; state: Exp;
New port: Jakarta Commons DBCP.
PR: 57573
Submitted by: Anton Yudin
=============================================================================
v. 1.8
date: 2007/05/19 20:12:50; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.7
date: 2004/07/26 05:35:16; author: glewis; state: Exp; lines: +2 -2
. Update to 1.2.1 [1]
. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it.
PR: 69525 [1]
Submitted by: Anton Yudin (maintainer) [1]
v. 1.6
date: 2004/05/26 10:27:00; author: pav; state: Exp; lines: +1 -0
- Add missed dependency on java/jakarta-commons-collections
PR: ports/66982
Submitted by: Herve Quiroz
Approved by: maintainer
v. 1.5
date: 2004/04/16 15:26:10; author: glewis; state: Exp; lines: +7 -4
. Require JDK 1.4 or better (fixes bento build). [1, 2]
. Use MASTER_SITE_APACHE_JAKARTA. [1]
. bsd.java.mk 2.0 compliant. [1]
. Removed pkg-plist using PLIST_FILES. [1]
. Forced ANT to use the selected version of Java.
PR: 65617 [1], 65349 [2]
Submitted by: Herve Quiroz
Anton Yudin
Approved by: Anton Yudin (maintainer)
v. 1.4
date: 2004/01/23 06:26:08; author: glewis; state: Exp; lines: +2 -1
. Unbreak the build after the recent changes to ant. I've done it slightly
differently than the PR, using the ANT_INCLUDE_SHARED_JARS variable.
PR: 61711
Submitted by: Anton Yudin (maintainer)
v. 1.3
date: 2003/11/20 23:30:15; author: glewis; state: Exp; lines: +2 -1
. Simplify packing list [1]
. Minor simplification of BUILD_DEPENDS.
PR: 59179 [1]
Submitted by: Anton Yudin (maintainer) [1]
v. 1.2
date: 2003/11/11 11:55:59; author: osa; state: Exp; lines: +4 -4
Update commons-[dbcp|pool] to 1.1.
Utilize DOCSDIR and PORTDOCS macros.
Submitted by: Anton Yudin (maintainer)
PR: 59050
v. 1.1
date: 2003/10/06 08:28:48; author: znerd; state: Exp;
New port: Jakarta Commons DBCP.
PR: 57573
Submitted by: Anton Yudin
=============================================================================
v. 1.8
date: 2007/05/19 20:12:50; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.7
date: 2004/07/26 05:35:16; author: glewis; state: Exp; lines: +2 -2
. Update to 1.2.1 [1]
. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it.
PR: 69525 [1]
Submitted by: Anton Yudin (maintainer) [1]
v. 1.6
date: 2004/05/26 10:27:00; author: pav; state: Exp; lines: +1 -0
- Add missed dependency on java/jakarta-commons-collections
PR: ports/66982
Submitted by: Herve Quiroz
Approved by: maintainer
v. 1.5
date: 2004/04/16 15:26:10; author: glewis; state: Exp; lines: +7 -4
. Require JDK 1.4 or better (fixes bento build). [1, 2]
. Use MASTER_SITE_APACHE_JAKARTA. [1]
. bsd.java.mk 2.0 compliant. [1]
. Removed pkg-plist using PLIST_FILES. [1]
. Forced ANT to use the selected version of Java.
PR: 65617 [1], 65349 [2]
Submitted by: Herve Quiroz
Anton Yudin
Approved by: Anton Yudin (maintainer)
v. 1.4
date: 2004/01/23 06:26:08; author: glewis; state: Exp; lines: +2 -1
. Unbreak the build after the recent changes to ant. I've done it slightly
differently than the PR, using the ANT_INCLUDE_SHARED_JARS variable.
PR: 61711
Submitted by: Anton Yudin (maintainer)
v. 1.3
date: 2003/11/20 23:30:15; author: glewis; state: Exp; lines: +2 -1
. Simplify packing list [1]
. Minor simplification of BUILD_DEPENDS.
PR: 59179 [1]
Submitted by: Anton Yudin (maintainer) [1]
v. 1.2
date: 2003/11/11 11:55:59; author: osa; state: Exp; lines: +4 -4
Update commons-[dbcp|pool] to 1.1.
Utilize DOCSDIR and PORTDOCS macros.
Submitted by: Anton Yudin (maintainer)
PR: 59050
v. 1.1
date: 2003/10/06 08:28:48; author: znerd; state: Exp;
New port: Jakarta Commons DBCP.
PR: 57573
Submitted by: Anton Yudin
=============================================================================
|
| |

|