http://qs1969.pair.com?node_id=1147872


in reply to How can I limit the number of Cores in multi-process programming

On a unix box you can play with BSD::Resource (see setpriority()) or play with the nice command.

("nice perl myscript.pl" is a good start..)