in reply to Re: Perl crashing with Parallel::ForkManager and WWW::Mechanize
in thread Perl crashing with Parallel::ForkManager and WWW::Mechanize
Thank you.
So, I tried running my script on Linux Platform (Ubuntu based Distro) and the script ran completely without being killed in between. This is a new concept for me, thanks again :)
One question though. When a child process is spawned by the Parent Process, do they run on different cores of a processor or the same?
For instance, if I set, MAX_CHILDREN to 3, so 3 children run together, do they run on the same core of the processor? :)
Because, I have a quad core machine, so wanted to know if increasing the value of the MAX_CHILDREN setting will help in achieving a better speed?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl crashing with Parallel::ForkManager and WWW::Mechanize
by BrowserUk (Patriarch) on Aug 05, 2012 at 15:41 UTC | |
by NeonFlash (Novice) on Aug 06, 2012 at 07:24 UTC |