From: Alessandro Pio Ardizio Date: Mon, 1 Mar 2021 14:31:54 +0000 (+0100) Subject: Update README.md X-Git-Tag: v2.0.0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e72ecb532c87d1109c348c9b50051e053304492a;hp=a72f2599850d4587fa5088721897fe256e1c2de1;p=poolifier.git Update README.md --- diff --git a/README.md b/README.md index 1ddad503..7bb71d80 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ No dependencies

-## Why Poolifier? +## Why Poolifier? Poolifier is used to perform CPU intensive and I/O intensive tasks on nodejs servers, it implements worker pools (yes, more worker pool implementations, so you can choose which one fit better for you) using [worker-threads](https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads) and cluster pools using [Node.js cluster](https://nodejs.org/api/cluster.html) modules. With poolifier you can improve your **performance** and resolve problems related to the event loop.