Hacker News new | ask | show | jobs
by apothegm 101 days ago
Yes, multiple worker processes is what I meant. Few web apps have a meaningful use for parallelism within a single process. So long as you’re keeping all cores busy with independent processes at high concurrency, multithreading adds relatively little.

YMMV if you’re doing a lot of number crunching.