-Put in missed '#THROTTLE' code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1372 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
bff6ff5b9e
commit
bbf82cc55d
@ -396,12 +396,12 @@ sub generic_reaper {
|
||||
$SIG{CHLD} = \&generic_reaper;
|
||||
}
|
||||
|
||||
#sub ssl_reaper {
|
||||
# while (waitpid(-1,WNOHANG) > 0) {
|
||||
# $sslclients--;
|
||||
# }
|
||||
# $SIG{CHLD} = \&ssl_reaper;
|
||||
#}
|
||||
sub ssl_reaper {
|
||||
while (waitpid(-1,WNOHANG) > 0) {
|
||||
$sslclients--;
|
||||
}
|
||||
$SIG{CHLD} = \&ssl_reaper;
|
||||
}
|
||||
|
||||
sub dispatch_reaper {
|
||||
while (($CHILDPID =waitpid(-1, WNOHANG)) > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user