|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re^2: Perl crashing with Parallel::ForkManager and WWW::Mechanizeby NeonFlash (Novice) |
| on Aug 05, 2012 at 15:29 UTC ( #985537=note: print w/ replies, xml ) | Need Help?? |
|
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?
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||