/vibur-object-pool

Vibur Object Pool - general-purpose concurrent Java object pool

Primary LanguageJavaApache License 2.0Apache-2.0

Vibur logo

Vibur Object Pool is a general-purpose concurrent Java object pool that is built entirely using standard Java concurrency utilities, does not use any synchronized blocks or methods, and does not have any external dependencies.

The project home page contains details of its inner workings, usage examples, and more.

This project is a main building block of Vibur DBCP - a concurrent and dynamic JDBC connection pool.

The project maven coordinates are:

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

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