NAME

Schedule::Parallel::Fork

SYNOPSIS

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 @_;
}

DESCRIPTION

forkoneover might be vaguely useful for system calls since it deals with $? gracefully; see comments in the code for actual use.

Copyright

(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.

SEE ALSO

perl(1) perlfork(1)