0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... about 10 years ago
swat a warning. More... about 14 years ago
upgrade BoneCP from 0.5.3.5-rc1 to 0.6.5, and fix a huge flaw in the way the benchmark was configuring it. More... about 14 years ago
benchmark now tests the pools in the specified order. Also, code cleanup. More... about 14 years ago
made BoneCP part of the default pool set to benchmark. More... about 14 years ago
make the OutdatedException checked, and clean up some unnecessary code found by that. closes #16. More... about 14 years ago
note a couple of TODOs about what needs to be done on the ActiveResizingAgent. More... about 14 years ago
Merge branch 'master' of github.com:karmazilla/nanopool More... about 14 years ago
use a scheduled executer instead of a plain executor service because we want to periodically check if the pool needs downsizing. More... about 14 years ago
more javadoc polish. More... about 14 years ago
javadoc fix. More... about 14 years ago
make the benchmark no longer be a unit test, and have it started by the exec-maven-plugin instead of surefire. More... about 14 years ago
added C3P0 to the benchmark More... over 14 years ago
add BoneCP to the benchmark suite More... over 14 years ago
reduce visibility of the ActiveResizingAgent ctor -- it needs something better More... over 14 years ago
ActiveResizingAgent uses same algorithm for resizing as the ResizingContentionHandler for enlarging the pools -- next up is how to shrink them after a while More... over 14 years ago
reduce the number of retries in the DefaultContentionHandler by an order of magnitude, to speed up the test and also to let client code get on with their lives quicker More... over 14 years ago
swat some compiler warnings More... over 14 years ago
fix the InterruptionTest that broke when we switched to embedded Derby by default in the tests. Who would have thought that Derby cleared the interruption flag? More... over 14 years ago
Merge branch 'active-resize' More... over 14 years ago
the unit tests should not depend on having a mysql instance installed locally More... over 14 years ago
ensure that we get all the values in play that we need for the algorithm to increase the pool size More... over 14 years ago
the design for the ActiveResizingContentionHandler is stabelizing, I think. More... over 14 years ago
rename ActiveResizingAgent.enqueue to eventuallyResize for more truthiness More... over 14 years ago
yet more design rethink - still trying to fit the pieces together More... over 14 years ago
re-think of the design for the ActiveResizingContentionHandler More... over 14 years ago
first stabs at an ActiveResizingContentionHandler - still trying to work out the design More... over 14 years ago
javadoc for the getOriginalPoolSize property on the JMX interface More... over 14 years ago
put contention handler test cases in their own package More... over 14 years ago
implement getOriginalPoolSize in the JMX interface so the ActiveResizingContentionHandler mentioned in #10 can use it as a minimum pool size mark More... over 14 years ago