Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bogus active counting for procs terminating due to down-scaling
Be sure to mark the proc as idel before actually doing "exit()", otherwise we will count it as busy for the whole time the proc is terminated by OS (we automatically clear the load stats only upon sigchild on attendant)
- Loading branch information