Subject: Re: moving SIGXCPU / autorenice handling out of mi_switch()
To: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
From: Charles M. Hannum <root@ihack.net>
List: tech-kern
Date: 01/01/2001 23:37:48
The thing which concerns me about this change is that there is a
chance the process would have run in the last second, but then been
`swapped out' before schedcpu() ran.  In this case, the CPU limit
would not be enforced.