Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: apache-commons-dbcp | Distribution: Mageia |
Version: 1.4 | Vendor: Mageia.Org |
Release: 25.mga7 | Build date: Tue Sep 18 13:22:16 2018 |
Group: Development/Java | Build host: localhost |
Size: 200149 | Source RPM: apache-commons-dbcp-1.4-25.mga7.src.rpm |
Packager: umeabot <umeabot> | |
Url: http://commons.apache.org/dbcp/ | |
Summary: Apache Commons DataBase Pooling Package |
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 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.
ASL 2.0
* Tue Sep 18 2018 umeabot <umeabot> 1.4-25.mga7 (not released yet) + Revision: 1259576 - Mageia 7 Mass Rebuild * Thu May 18 2017 neoclust <neoclust> 1.4-24.mga6 + Revision: 1102988 - Rebuild against fixed apache-parents * Wed Mar 02 2016 neoclust <neoclust> 1.4-23.mga6 + Revision: 982187 - Second rebuild of the java stack * Sun Feb 21 2016 neoclust <neoclust> 1.4-22.mga6 + Revision: 975477 - First rebuild of the java stack - sync package apache-commons-dbcp with fedora + umeabot <umeabot> - Mageia 6 Mass Rebuild
/usr/share/doc/apache-commons-dbcp /usr/share/doc/apache-commons-dbcp/LICENSE.txt /usr/share/doc/apache-commons-dbcp/NOTICE.txt /usr/share/doc/apache-commons-dbcp/README.txt /usr/share/doc/apache-commons-dbcp/RELEASE-NOTES.txt /usr/share/java/apache-commons-dbcp.jar /usr/share/java/commons-dbcp.jar /usr/share/maven-metadata/apache-commons-dbcp.xml /usr/share/maven-poms/apache-commons-dbcp.pom /usr/share/maven-poms/commons-dbcp.pom
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Aug 9 11:41:32 2022