From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 7 13:58:10 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B360106567B for ; Mon, 7 Jun 2010 13:58:10 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id CEA998FC26 for ; Mon, 7 Jun 2010 13:58:09 +0000 (UTC) Received: by ewy1 with SMTP id 1so510181ewy.33 for ; Mon, 07 Jun 2010 06:58:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=0XayazpbcZoQ69X5G3Xl2jDxHLN8OAx+EyXobuBxNiw=; b=gl8lZmEQn0P56P4xSbpOfn3U0Lvgcn/ocZkZTGMesnKaskDS0S2XiQ9mK2JmGZbvoV 7rwykD0CaOYP7XfTXPDlaaQPYO19LuCBOYw3M+OUDj5mPdUN1G2RK+B2A0d3kVjBraZg j39F7yl7gh8eEKkyZE+dgFCi3TvUS9rvyARjM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=sDQLF3yztv6MHxKwvA0dp4WhcgVvralXkdMunETrcvC29zp5FFjTpQK/PmifoOGkb1 ZpDhyLW4Y7Sg0t3tZYjVfhachjtODVCVdbKLEiQyq0JfgHJP/6Akoofc66y4Ao6veEEb bfaqjwJlQ+LNuPCW/7/BgWXVTawbJP3hqbQ6E= Received: by 10.213.113.193 with SMTP id b1mr10807452ebq.24.1275919088649; Mon, 07 Jun 2010 06:58:08 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 16sm2670710ewy.11.2010.06.07.06.58.05 (version=SSLv3 cipher=RC4-MD5); Mon, 07 Jun 2010 06:58:06 -0700 (PDT) Date: Mon, 7 Jun 2010 14:58:03 +0100 From: RW To: freebsd-hackers@freebsd.org Message-ID: <20100607145803.45443930@gumby.homeunix.com> In-Reply-To: <4C0AE8F1.8040606@dataix.net> References: <4C0AE8F1.8040606@dataix.net> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Aurora Scheduler X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2010 13:58:10 -0000 On Sat, 05 Jun 2010 20:16:49 -0400 jhell wrote: > > > I'm afraid that you are confused about what the scheduler in the > FreeBSD kernel does and what the Aurora Scheduler is. They are not > relational to one another in any such way. > ... > There is not a similiar scheduling program in FreeBSD but there is > Evolution, Kontact and other such things to manage your time. I suspect he's talking about using algorithms from project management software in an embedded kernel to help it schedule around real-time deadlines and so on.