From 4f3c383c87b5e50fd25785099e0b1a8e3625c95e Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 22 Dec 2018 19:09:27 -0600 Subject: [PATCH] Add README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..360c4ba --- /dev/null +++ b/README.md @@ -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