From owner-freebsd-current@FreeBSD.ORG Fri Jan 14 19:08:21 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE56210656C2; Fri, 14 Jan 2011 19:08:21 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1B07B8FC08; Fri, 14 Jan 2011 19:08:20 +0000 (UTC) Received: by ewy24 with SMTP id 24so1607904ewy.13 for ; Fri, 14 Jan 2011 11:08:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=aTwlmQOy1hgt8OjQoEU9os47htlbzzE/RGPK+/AYSbE=; b=PMmsLgI+uAhNmOiCi81Llf1v1b0OpQVln6bv8ADcZtzZFpy/j72aBeISxlhpBENFsq XmbKBzv7DsAMMqXROFt/weFgluUc2XrRUpD/fGMsrHhgTeXdSNNyEKSEX6olr/Sufoet SMt1zZLBt2QlOu5fl9CFbneRoBYqvu5KG7PzI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=oUpqV9sflW315WzmVT2TwklNRroDwy5CXtBusDPdE7nBdULL76TQKNHYBf0V0AfgTP Uxl0LWEsiXWKRcJ4dpAFbk4bfGe3jIBmcQ8gSYfuLuwevWgna3qRMFq2D7q+HAgtV/Na kdNKyPwU2CSvp40KrGoDCPi6II2Cl5HfhDF/I= MIME-Version: 1.0 Received: by 10.213.35.147 with SMTP id p19mr1060325ebd.19.1295030515064; Fri, 14 Jan 2011 10:41:55 -0800 (PST) Received: by 10.213.7.8 with HTTP; Fri, 14 Jan 2011 10:41:55 -0800 (PST) In-Reply-To: <201101141211.11674.jhb@freebsd.org> References: <201101141211.11674.jhb@freebsd.org> Date: Fri, 14 Jan 2011 21:41:55 +0300 Message-ID: From: Alexander Churanov To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: current@freebsd.org Subject: Re: HEADSUP: Realtime thread scheduling changed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2011 19:08:21 -0000 2011/1/14 John Baldwin : > Note that as a result of these > changes, rtprio threads will no longer share priorities with interactive > timeshare threads. =A0Instead, rtprio threads are now always more importa= nt than > non-rt threads. Great! I was thinking about the split of timesharing threads and realtime threads for years, and now you've actually implemented that! Alexander Churanov