CLUSTER MULTI THREADED NODEJS -- Run threads in parallel to speed up long processes (CORRECTED)

Опубликовано: 12 Июль 2020
на канале: Joel Codes
34,996
986

My JavaScript that creates thumbnails for hundreds of files is taking too long. So I have decided to speed things up with cluster.fork() that is built into Node.js. This will allow the workload to be spread out across my multi-core processor system.

⚠ 8:53 should read: index % forks === cluster.worker.id - 1

To follow along, you can fork this repository. I have added a tag you can check out that will bring you right to the point this video was created.


```
git checkout https://github.com/joelnet/mojo-galle...
cd mojo-gallery
git checkout youtube-video-cluster
```


Смотрите видео CLUSTER MULTI THREADED NODEJS -- Run threads in parallel to speed up long processes (CORRECTED) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Joel Codes 12 Июль 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 34,996 раз и оно понравилось 986 людям.