cvs commit: src/sys/kern sched_ule.c

Jeff Roberson jeff at FreeBSD.org
Sat Oct 30 05:19:15 PDT 2004


jeff        2004-10-30 12:19:15 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - When choosing a thread on the run queue, check to see if its nice is
     outside of the nice threshold due to a recently awoken thread with a
     lower nice value.  This further reduces the amount of time a positively
     niced thread gets while running in conjunction with a workload that has
     many short sleeps (ie buildworld).
  
  Revision  Changes    Path
  1.136     +4 -2      src/sys/kern/sched_ule.c


More information about the cvs-src mailing list