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


in reply to Re^4: How can I limit the number of Cores in multi-process programming
in thread How can I limit the number of Cores in multi-process programming

Have you had a look at Parallel::ForkManager? It can be easily used to move from unbounded fork() to running with a limited number of children.