Date: Sat, 30 Oct 2004 12:19:15 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sched_ule.c Message-ID: <200410301219.i9UCJFjN048354@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410301219.i9UCJFjN048354>