Vibur Object Pool Save

Vibur Object Pool - general-purpose concurrent Java object pool

Project README
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.

Open Source Agenda is not affiliated with "Vibur Object Pool" Project. README Source: vibur/vibur-object-pool
Stars
70
Open Issues
2
Last Commit
3 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating