Add README.md
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
# 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
|
||||||
Reference in New Issue
Block a user