From: aardizio Date: Sun, 19 Jan 2020 15:55:01 +0000 (+0100) Subject: First readme version X-Git-Tag: v0.0.1~41 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=13031992e5945fe2aef38696c984d8fe30d4db5a;p=poolifier.git First readme version --- 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 )
+ +