2
0
Files
puddle/README.md
T
Jack Christensen bc74a79c98 Add min pool size
2018-12-23 16:03:30 -06:00

16 lines
327 B
Markdown

# Puddle
Puddle is a generic resource pool library for Go.
## TODO
* Max resource lifetime
* Max resource uses
* Max resource idle time
* Resource keep alive
* Resource health check - keep alive and health check might be same thing
* Remove resource (instead of just return to pool)
* Reset pool
* Shrink pool
* Stress test