You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository demonstrates the organization and management of NodeJS child processes, referred to as "workers", within dedicated pools. It provides callback handling and load balancing. The config/default.json includes a working configuration for two different worker pools to test over provided http endpoints.
This project demonstrates how to handle CPU-bound tasks in Node.js using Worker Threads. It includes multiple API routes to test blocking, single-worker, and multi-worker scenarios, along with simple timing comparisons.