Пакет apache-commons-dbcp: Информация

    Исходный пакет: apache-commons-dbcp
    Версия: 1.4-alt1_10jpp7
    Собран:  13 сентября 2012 г. 21:42
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://commons.apache.org/dbcp/

    Лицензия: ASL 2.0
    О пакете: 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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    apache-commons-dbcp (noarch)
    apache-commons-dbcp-javadoc (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

    Права:
    @qa_p7

      1. apache-commons-parent
      2. apache-commons-pool
      3. geronimo-parent-poms
      4. /proc
      5. maven
      6. maven-plugin-cobertura
      7. jpackage-compat
      8. jpackage-utils
      9. jta

    Последнее изменение


    12 сентября 2012 г. Igor Vlasenko 0:1.4-alt1_10jpp7
    - new version
    24 марта 2012 г. Igor Vlasenko 0:1.3.0-alt2_0.r830852.4jpp6
    - build w/java6
    25 февраля 2011 г. Igor Vlasenko 0:1.3.0-alt1_0.r830852.4jpp6
    - new version