mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-29 01:15:31 +00:00
-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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user