karmazilla / nanopool
- Source
- Commits
- Network (0)
- Issues (7)
- Downloads (0)
- Wiki (3)
- Graphs
-
Tree:
4208ff7
commit 4208ff7fe68c5dfe22d8ffb1ab17164dd7ce9c3c
tree 49bb2c015ccfc17070dd437a14e040a5a013c8a0
parent a38dd3b205fd6c812fdbc74b8a1a9674895323d4
tree 49bb2c015ccfc17070dd437a14e040a5a013c8a0
parent a38dd3b205fd6c812fdbc74b8a1a9674895323d4
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

