Below you will find pages that utilize the taxonomy term “Cluster”
Log
Scaling Node.js — Worker Threads & Cluster Mode
Node.js runs one event loop per process—only one CPU core is used. To scale, use Cluster for multi-process or Worker Threads for multi-thread. Both enable parallelism, but in different ways.
read more
My Projects
MongoDB Cluster Setup: Automated Deployment for High Availability and Scalability
Automating the deployment of a highly available, sharded MongoDB cluster using Docker and shell scripts.
read more