2
0
Files
puddle/README.md
T
Jack Christensen 4f3c383c87 Add README.md
2018-12-22 19:09:27 -06:00

18 lines
357 B
Markdown

# Pool
is a generic resource pool.
## TODO
* Permanent name
* Error reporting for async errors
* Min pool size
* 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