Node.js cluster vs worker threads: which one when (and the trap I fell into)
I had a Node.js video-processing API throwing 503s every time someone uploaded a 4K clip. The default fix everyone reaches for — cluster.fork() across cores — actually made it worse. Throughput dropped 40%. The right answer…







