karmazilla / nanopool

Lightweight and fast JDBC connection pool.

This URL has Read+Write access

commit  8b48f3aeafa94688fdd3dcc78ffa402ad3ea36f9
tree    935b80c5f9ce03ef1cc12a3e745c5f1797807c88
parent  5962ac4feb21e14d957b36432351dd46bd3ab246
README.md

NanoPool

NanoPool is a lightweight and highly scalable JDBC2 connection pool.

By "highly scalable" is meant that NP scales very well (hopefully linearly) to hundreds of concurrent threads, and with a very low constant-time overhead.

This means that thread contention will be on the size of the pool (or the JDBC driver, or the database, or..) as oppose to the internal implementation of the connection pool.

License

Apache 2.0