From owner-freebsd-stable@FreeBSD.ORG Wed Dec 28 20:14:24 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C317616A41F for ; Wed, 28 Dec 2005 20:14:24 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp107.rog.mail.re2.yahoo.com (smtp107.rog.mail.re2.yahoo.com [68.142.225.205]) by mx1.FreeBSD.org (Postfix) with SMTP id AC35A43D5F for ; Wed, 28 Dec 2005 20:14:23 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 80503 invoked from network); 28 Dec 2005 20:14:22 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=N06lpD4Tfe87YT/pL8NZsp0OsAVDBZLPNRSyZCQKHIqABSuj1uWoHRcpCJXETFU0Gh213eoZZ6thqqZ6Bsz6+RGe4dzdOp4JKqCqkRA0JjgogJVO79SWt3UeAai4UODXVOkewbflQR7mLPXD8V6ZQJTdbunE5bQLPAQefedfpWQ= ; Received: from unknown (HELO ?70.30.133.190?) (mikej@rogers.com@70.30.133.190 with plain) by smtp107.rog.mail.re2.yahoo.com with SMTP; 28 Dec 2005 20:14:22 -0000 Message-ID: <43B2F236.80903@rogers.com> Date: Wed, 28 Dec 2005 15:14:46 -0500 From: Mike Jakubik User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Mark Ovens References: <43B2F0A8.2030609@freebsd.org> In-Reply-To: <43B2F0A8.2030609@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: RELENG_6: Which scheduler for SMP? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 20:14:24 -0000 Mark Ovens wrote: > I've never had any success with the ULE scheduler on my dual Athlon > box running RELENG_5; it was so unstable it made Windows 3.1 look > stable. In fact my current build, cvsup'd a couple of days ago, won't > even boot with ULE. > > From what I remember, ULE was intended to become the default scheduler > during the life of 5.0 but that hasn't happened. > > I've just cvsup'd the source for RELENG_6 and I'm surprised to find in > the GENERIC config file: > > #options SCHED_ULE # ULE scheduler > options SCHED_4BSD # 4BSD scheduler > > so it seems 4BSD is still the default scheduler. Is ULE _still_ > considered to be in development/experimental? Even the SMP config file > doesn't use ULE. There have been substantial improvements made to it since 5. However no one will be able to tell you if its 100% ready, you will just have to try it on your system.