Port details on branch 2025Q3 |
- apache-commons-dbcp Apache Commons Database Connection Pool
- 2.12.0 java
=2 2.12.0Version of this port present on the latest quarterly branch. - Maintainer: ale@FreeBSD.org
 - Port Added: 2019-12-30 09:15:35
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: databases
- License: APACHE20
- WWW:
- https://commons.apache.org/dbcp/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- apache-commons-dbcp>0:java/apache-commons-dbcp
- To install the port:
- cd /usr/ports/java/apache-commons-dbcp/ && make install clean
- To add the package, run one of these commands:
- pkg install java/apache-commons-dbcp
- pkg install apache-commons-dbcp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: apache-commons-dbcp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1709622183
SHA256 (commons-dbcp2-2.12.0-bin.tar.gz) = 54f7444f899980cadf83bdc4220d132bdfdce88e44856f1fb3f459513a58b264
SIZE (commons-dbcp2-2.12.0-bin.tar.gz) = 2486619
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- commons-pool.jar : java/apache-commons-pool
- java : java/openjdk8
- This port is required by:
- for Run
-
- www/jmeter
Configuration Options:
- ===> The following configuration options are available for apache-commons-dbcp-2.12.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- java_apache-commons-dbcp
- USES:
- java
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|