From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 15:16:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63A55106567E for ; Wed, 2 Jul 2008 15:16:13 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8D4E08FC13 for ; Wed, 2 Jul 2008 15:16:11 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m62FFxVN001817; Wed, 2 Jul 2008 17:15:59 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m62FFwxL001814; Wed, 2 Jul 2008 17:15:59 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 2 Jul 2008 17:15:58 +0200 (CEST) From: Wojciech Puchar To: RW In-Reply-To: <20080702151515.0e7da28e@gumby.homeunix.com.> Message-ID: <20080702171507.W1806@wojtek.tensor.gdynia.pl> References: <20080701134312.Q1294@wojtek.tensor.gdynia.pl> <20080702151515.0e7da28e@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Configuring an older server for speed... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2008 15:16:13 -0000 > > I'm not sure that diskd is still preferred for FreeBSD. The three > cache types: ufs,aufs and diskd are all the same on disk. diskd is ufs > with extra processes to handle disk access, aufs uses threads instead. i don't know what is preferred. i know what works. only ufs and diskd is reliable, ufs is single threaded and blocking, diskd=one process for each spool dedicated just for disk I/O