From owner-freebsd-current@FreeBSD.ORG Thu Oct 6 12:38:37 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F40316A41F for ; Thu, 6 Oct 2005 12:38:37 +0000 (GMT) (envelope-from brewer.doug@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E60343D48 for ; Thu, 6 Oct 2005 12:38:37 +0000 (GMT) (envelope-from brewer.doug@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so154103nzd for ; Thu, 06 Oct 2005 05:38:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=L4WiizvmLKUueh6PaAeznFsCUz0jJDZDg9AwTs9XUmsOoS9zqHAy8KkP8SydeZgBlmlOYfmH8FNhXkoClYeiATS4JLgAHzh1D/3kOnC/gIvG6hWVrNMRryDD3PoTSKpX3SkoZEiUSZTMJHArRVLjyWFlvHxlCYHg+CfmzvRQoG8= Received: by 10.36.220.25 with SMTP id s25mr333028nzg; Thu, 06 Oct 2005 05:38:36 -0700 (PDT) Received: by 10.36.12.16 with HTTP; Thu, 6 Oct 2005 05:38:36 -0700 (PDT) Message-ID: Date: Thu, 6 Oct 2005 20:38:36 +0800 From: Doug Brewer To: freebsd-current@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Thu, 06 Oct 2005 12:54:07 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Implement rms and edf scheduling X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Doug Brewer List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 12:38:37 -0000 Hello, Does FreeBSD support rate monotonic and EDF scheduling? If not, is anyone workong on it? Best regards, doug.