/usr/local/perl/lib/site_perl/5.6.1/Schedule/Parallel/Fork.pm |
Schedule::Parallel::Fork
Normally used by Schedule::Parallel to dispatch jobs via fork and check for proc's via wait. The main loop of runque in forking mode looks like:
if( waitfor ) { forkoneover shift @_ if @_; }
forkoneover might be vaguely useful for system calls since it deals with $? gracefully; see comments in the code for actual use.
(C) 2001-2002 Steven Lembark, Knightsbridge Solutions
This code is released under the same terms as Perl istelf. Please see the Perl-5.6.1 distribution (or later) for a full description.
In any case, this code is release as-is, with no implied warranty of fitness for a particular purpose or warranty of merchantability.
perl(1)
perlfork(1)
/usr/local/perl/lib/site_perl/5.6.1/Schedule/Parallel/Fork.pm |