Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Review Request: apache-commons-dbcp - rename of jakarta-commons-dbcp https://bugzilla.redhat.com/show_bug.cgi?id=640215 Summary: Review Request: apache-commons-dbcp - rename of jakarta-commons-dbcp Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: Package Review AssignedTo: nobody@xxxxxxxxxxxxxxxxx ReportedBy: chris.spike@xxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: notting@xxxxxxxxxx, fedora-package-review@xxxxxxxxxx Estimated Hours: 0.0 Classification: Fedora This is a re-review of existing package! Spec URL: http://spike.fedorapeople.org/apache-commons-dbcp/apache-commons-dbcp.spec SRPM URL: http://spike.fedorapeople.org/apache-commons-dbcp/apache-commons-dbcp-1.4-1.fc13.src.rpm Description: 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. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review