karmazilla / nanopool
- Source
- Commits
- Network (0)
- Issues (7)
- Downloads (0)
- Wiki (3)
- Graphs
-
Tree:
8b48f3a
commit 8b48f3aeafa94688fdd3dcc78ffa402ad3ea36f9
tree 935b80c5f9ce03ef1cc12a3e745c5f1797807c88
parent 5962ac4feb21e14d957b36432351dd46bd3ab246
tree 935b80c5f9ce03ef1cc12a3e745c5f1797807c88
parent 5962ac4feb21e14d957b36432351dd46bd3ab246
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

