From: Alessandro Pio Ardizio Date: Mon, 20 Jan 2020 16:55:43 +0000 (+0100) Subject: Update README.MD X-Git-Tag: v0.0.1~20 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f349ea72a3bc66250017fbe34c1ea8df173929b0;p=poolifier.git Update README.MD --- diff --git a/README.MD b/README.MD index 53234a73..b5f445b5 100644 --- a/README.MD +++ b/README.MD @@ -18,6 +18,7 @@ License +

Overview

Node pool contains two worker-threads pool implementations , you don' t have to deal with worker-threads complexity.
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 ), the new created threads will be stopped after a threshold.