Can, I use cluster with worker threads in nodeJS?

23 Views Asked by At

Is it possible to use cluster + worker thread if I have a use case where I am getting multiple concurrent requests which are CPU-intensive. Will that do better in performance?

I implemented clusters in my project, where a separate NodeJS instance start, now can each of that instance can spawn multiple worker threads? if yes is it feasible to do so?

0

There are 0 best solutions below