Yanival has asked for the wisdom of the Perl Monks concerning the following question:

How can I make different threads use different CPU's ?

Replies are listed 'Best First'.
Re: Multi CPU's
by Anonymous Monk on May 24, 2001 at 23:18 UTC
    Your operating system's scheduler should do this for you. Even on platforms where it is possible to choose which cpu a specific thread will run on, it is very rarely fixes any perceived problem. If it looks like only one cpu is being used, it is almost definitely because only one thread is cpu intensive.