X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=e8858a0df531f2e8709e7d865b22bd4f2cfb8cd7;hb=3e062e2c8696ad7b1e2a8bd37c2a3c4ad8f460b6;hp=3e9a5a1152c10f9fd51299136c864def3de44398;hpb=01ba3df164dca5b803527a4b7db6e5d36a334f91;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 3e9a5a11..e8858a0d 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -245,7 +245,7 @@ sub cease sub reap { my $cpid; - while (($cpid = waitpid(-1, WNOHANG)) != -1) { + while (($cpid = waitpid(-1, WNOHANG)) > 0) { dbg('reap', "cpid: $cpid"); @outstanding_connects = grep {$_->{pid} != $cpid} @outstanding_connects; $zombies-- if $zombies > 0;