in reply to Re^4: how to multiply an array of number as fast as posible
in thread how to multiply an array of number as fast as posible
I am under the impression that Perl threads are bound to one CPU. Is that wrong?
Yes. That is wrong.
Perl's threads are kernel threads, and kernel threads run on any available cpu.
|
|---|