From f349ea72a3bc66250017fbe34c1ea8df173929b0 Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Mon, 20 Jan 2020 17:55:43 +0100 Subject: [PATCH] Update README.MD --- README.MD | 1 + 1 file changed, 1 insertion(+) 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.
-- 2.34.1