W
Sep 10, 2026Worker threads in Node, and the pool you actually need
CPU-bound work blocks every request, not just its own. When a worker thread is the right tool over a child process or a queue, why a pool beats spawning per task, and what the copy costs.
Sep 10, 20265 min read0 reactions1 comments