in reply to Parallel ForkManager
I want to make any perl program in such a manner that it will use all processor.
Parallel::ForkManager is for running multiple processes. Whether these will run on multiple processors is a question of how the OS handles those processes.
Also, there's no "apply to any program" option... you'll have to adapt every program in question separately. Have you seen the examples in the docs and played with them? If so, where did you get stuck?
|
---|