From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 04:31:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F3B4106564A for ; Wed, 16 Apr 2008 04:31:58 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id CA37C8FC1C for ; Wed, 16 Apr 2008 04:31:58 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: by duane.dbq.yournetplus.com (Postfix, from userid 1001) id 3F23C27E43B; Wed, 16 Apr 2008 04:31:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 3794327E437; Wed, 16 Apr 2008 04:31:58 +0000 (UTC) Date: Wed, 16 Apr 2008 04:31:58 +0000 (UTC) From: D Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: Daniel Tourde In-Reply-To: <200804152159.46589.daniel.tourde@spray.se> Message-ID: References: <200804152159.46589.daniel.tourde@spray.se> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: How to switch scheduler on 7.0? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2008 04:31:59 -0000 On Tue, 15 Apr 2008 at 21:59 +0200, daniel.tourde@spray.se confabulated: > Hi! > > I would like to switch scheduler on my FreeBSD 7.0 box but I don't know how to > do that. The scheduler by default has terrible performances under KDE/Gnome > and I would like to test the new one. In light of your message, I was provoked to switched my workstation at work to using the sched_ule thread scheduler. I do not have remote access set up via a graphical interface, so I can not test anything yet as far as KDE is concerned. However, I have noticed a performance increase with an ssh session into my workstation. Whether this is psychological or not, I doubt as I have become sensitive over the years to network speed. I am running on a dual Pentium III system: duane# grep CPU /var/run/dmesg.boot CPU: Intel Pentium III (999.67-MHz 686-class CPU) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs ... Nothing else has been altered from default settings as far as any make files or anything else. This was a complete install from scratch. -d