From owner-freebsd-stable@FreeBSD.ORG Wed May 9 13:47:58 2007 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E224016A403 for ; Wed, 9 May 2007 13:47:58 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [82.208.36.70]) by mx1.freebsd.org (Postfix) with ESMTP id A206913C468 for ; Wed, 9 May 2007 13:47:58 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id B19A119E02A for ; Wed, 9 May 2007 15:47:57 +0200 (CEST) Received: from [192.168.1.2] (grimm.quip.cz [213.220.192.218]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTP id C210019E027 for ; Wed, 9 May 2007 15:47:54 +0200 (CEST) Message-ID: <4641D10D.3080508@quip.cz> Date: Wed, 09 May 2007 15:47:57 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG References: <200705072228.l47MSCSr048972@lurza.secnetix.de> In-Reply-To: <200705072228.l47MSCSr048972@lurza.secnetix.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: mfs and buildworlds on the SunFire x4600 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, 09 May 2007 13:47:59 -0000 Oliver Fromme wrote: [...] > I don't think it makes much sense to benchmark mfs. > It is a known fact that a real tmpfs (like Solaris and > Linux have) would be better. I think it's even listed > on the FreeBSD ideas web page, but nobody is actively > working on it, AFAIK. On the other hand, I'm not 100% > convinced that it would be worth the effort either. I think Howard Su is working on tmpfs (see freebsd-arch@ 2007-04-22 with subject "move audit/priviliage check into VFS" or freebsd-fs@ 2007-04-17 with subject "handle special file type in tmpfs") Miroslav Lachman