From 13031992e5945fe2aef38696c984d8fe30d4db5a Mon Sep 17 00:00:00 2001 From: aardizio Date: Sun, 19 Jan 2020 16:55:01 +0100 Subject: [PATCH] First readme version --- README.MD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 00000000..c1733618 --- /dev/null +++ b/README.MD @@ -0,0 +1,6 @@ +# Node Pool :arrow_double_up: :on: +Node pool contains two worker-threads pool implementations.
+The first implementation is a static thread pool , with a defined number of threads that are started at creation time .
+The second implementation is a dynamic thread pool with a number of threads started at creation time and other threads created when the load will increase ( with an upper limit )
+ + -- 2.34.1