From: Alessandro Pio Ardizio Date: Sun, 19 Jan 2020 16:03:21 +0000 (+0100) Subject: Update README.MD X-Git-Tag: v0.0.1~38 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2899629e79cdce584d3c46d6021798eeb85dad9e;p=poolifier.git Update README.MD --- diff --git a/README.MD b/README.MD index b57d650f..bdbf18a8 100644 --- a/README.MD +++ b/README.MD @@ -2,8 +2,6 @@ [![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard) [![Dependabot](https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot)](https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot) -https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot - 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 ).