From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 14:30:36 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 0A7151065678 for ; Wed, 2 Jul 2008 14:30:36 +0000 (UTC) (envelope-from fbsd06+XO=73297f2e@mlists.homeunix.com) Received: from fallback-in1.mxes.net (fallback-out1.mxes.net [216.86.168.190]) by mx1.freebsd.org (Postfix) with ESMTP id CF4508FC29 for ; Wed, 2 Jul 2008 14:30:35 +0000 (UTC) (envelope-from fbsd06+XO=73297f2e@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by fallback-in1.mxes.net (Postfix) with ESMTP id 7B548163F5D for ; Wed, 2 Jul 2008 10:15:19 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id D925D23E518 for ; Wed, 2 Jul 2008 10:15:17 -0400 (EDT) Date: Wed, 2 Jul 2008 15:15:15 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080702151515.0e7da28e@gumby.homeunix.com.> In-Reply-To: References: <20080701134312.Q1294@wojtek.tensor.gdynia.pl> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 14:30:36 -0000 On Tue, 1 Jul 2008 08:26:16 -0700 "Kurt Buff" wrote: > However, I'll look up the diskd docs for > squid, and see what that's all about. 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. The reason for using diskd was that earlier versions FreeBSD had poor threading support, but good shared memory support. From what I've read on the squid mailing list, aufs with libthr is being recommended these days. libthr is the default on FreeBSD 7, you need a libmap.conf entry on FreeBSD 6.