This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
nanopool /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Feb 07 22:53:23 -0800 2009 | |
| |
LICENSE | Mon Jan 12 03:43:10 -0800 2009 | |
| |
NOTICE | Mon Jan 12 03:43:10 -0800 2009 | |
| |
README.md | Sun Aug 23 14:17:41 -0700 2009 | |
| |
bench-output-grok.py | Tue Sep 29 13:52:56 -0700 2009 | |
| |
infinitest.filters | Thu Aug 20 14:24:24 -0700 2009 | |
| |
pom.xml | ||
| |
src/ |
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








