in reply to "No child processes" problem with fork() call
That might at least narrow down the problem.if (!defined $child) { $self->log("Error when running [$external_command]: fork failed: $ +!"); } else if ($child) { # parent; return data ....
Dave.
|
|---|