< Home - < Back

jakarta-commons-dbcp


Information about the package, jakarta-commons-dbcp, which is shipped with common Linux distributions. The jakarta-commons-dbcp package is designed for, Jakarta Commons DataBase Pooling Package.


Package Name:

jakarta-commons-dbcp

Summary:

Jakarta Commons DataBase Pooling Package

Description:

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.

Architecture:

noarch

Version:

1.2.1

Release:

13.9.el6

Size:

126 k

Repository:

installed

From Repository:

base

Licence:

ASL 2.0



Handy Yum Commands for jakarta-commons-dbcp


Control the jakarta-commons-dbcp package with the following handy commands outlined below.


Command

Description of Command

yum install jakarta-commons-dbcp

This command will install jakarta-commons-dbcp on the server.

yum remove jakarta-commons-dbcp

This command will un-install jakarta-commons-dbcp on the server. When you run this command, you will be asked if you are sure that you want to remove jakarta-commons-dbcp, so you have to manually confirm that you want to do this.

yum -y remove jakarta-commons-dbcp

This command will un-install jakarta-commons-dbcp on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove jakarta-commons-dbcp when using the -y flag.

yum update jakarta-commons-dbcp

This command will update jakarta-commons-dbcp to the latest version. When you run this command, you will be asked if you are sure that you want to remove jakarta-commons-dbcp, so you have to manually confirm that you want to do this.

yum -y update jakarta-commons-dbcp

This command will update jakarta-commons-dbcp to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove jakarta-commons-dbcp when using the -y flag.

yum info jakarta-commons-dbcp

This command will show you core information about the jakarta-commons-dbcp package.

yum deplist jakarta-commons-dbcp

This command will show you the dependencies for jakarta-commons-dbcp. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update jakarta-commons-dbcp

This command will check if there is an update waiting on jakarta-commons-dbcp. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.