Popularity
2.7
Declining
Activity
0.0
Stable
96
11
11

Description

Vibur DBCP is concurrent, fast, and fully-featured JDBC connection pool. It provides advanced performance monitoring capabilities (including slow SQL queries detection and logging), a non-starvation guarantee for application threads, statement caching, and Hibernate integration, among other features.

The project home page contains a full list of its features, including various configuration examples with Hibernate and Spring, all configuration options, and more.

Vibur DBCP is built on top of Vibur Object Pool - a general-purpose concurrent Java object pool.

The project maven coordinates are:

Code Quality Rank: L4
Programming language: Java
License: Apache License 2.0
Tags: Database    
Latest version: v25.0

Vibur DBCP alternatives and similar libraries

Based on the "Database" category.
Alternatively, view Vibur DBCP alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Vibur DBCP or a related project?

Add another 'Database' Library

README

Vibur DBCP is concurrent, fast, and fully-featured JDBC connection pool, which provides advanced performance monitoring capabilities, including slow SQL queries detection and logging, a non-starvation guarantee for application threads, statement caching, and Hibernate integration, among other features.

The project home page contains a detailed description of all Vibur features and configuration options, various configuration examples with Hibernate and Spring, and more.

Vibur DBCP is built on top of Vibur Object Pool - a general-purpose concurrent Java object pool.

The project maven coordinates are:

<dependency>
  <groupId>org.vibur</groupId>
  <artifactId>vibur-dbcp</artifactId>
  <version>25.0</version>
</dependency>   

Originally released in July 2013 on code.google.com, the project was migrated to GitHub in March 2015.