in reply to Re: Fork multi processes
in thread Fork multi processes
Typing in 'fork' and 'wait' hardly takes more effort than searching on CPAN, downloading it, reading the documentation, and then typing in the necessary code so the module can do the trivial task for you. And going the CPAN route robs you from the opportunity to learn some basic coding skills.
Do Not Do A Thing Already Done.So, if today I use a module that helps me spawn 6 children, but never more than 5 at a time, and tomorrow I have another program that needs to spawn 6 children, but never more than 5, I should not use this module, cause that means doing a thing already done?
Can I at least use use strict; more than once?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Fork multi processes
by Anonymous Monk on May 05, 2012 at 21:28 UTC |