From owner-cvs-all@FreeBSD.ORG Thu Oct 16 01:17:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB22016A4D7; Thu, 16 Oct 2003 01:17:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BEC943FA3; Thu, 16 Oct 2003 01:17:44 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9G8HiXJ064460; Thu, 16 Oct 2003 01:17:44 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9G8Hh0D064459; Thu, 16 Oct 2003 01:17:44 -0700 (PDT) (envelope-from jeff) Message-Id: <200310160817.h9G8Hh0D064459@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 16 Oct 2003 01:17:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2003 08:17:44 -0000 jeff 2003/10/16 01:17:43 PDT FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - The non iterative algorithm for interact_update was broken due to rounding errors. This was the source of the majority of the interactivity problems. Reintroduce the old algorithm and its XXX. - Up the interactivity threshold to 30. It really could stand to be even a tiny bit higher. - Let the sleep and run time accumulate up to 5 seconds of history rather than two. This helps stop XFree86 from becoming non-interactive during bursts of activity. Revision Changes Path 1.60 +6 -8 src/sys/kern/sched_ule.c