I should process a large amount of data,
I tried with threads (from 30 to 50) but they work on a single processor and run into difficulty,
I wanted to try with the worker class but I know that the number of workers I can make work in parallel ares equal to the number of logical processors that my machine has,
so I fear a slowdown in performance
Is it possible to use workers and for each worker to instantiate 30 or 40 threads that work on different CPUs?
12 posts - 5 participants