From owner-freebsd-questions@FreeBSD.ORG Mon Mar 17 13:28: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 CC31F106566B for ; Mon, 17 Mar 2008 13:28:36 +0000 (UTC) (envelope-from fbsd06+UD=6035d81b@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id A0A9A8FC1C for ; Mon, 17 Mar 2008 13:28:36 +0000 (UTC) (envelope-from fbsd06+UD=6035d81b@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id 9367D163DEC for ; Mon, 17 Mar 2008 08:57:15 -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 361F8D0B9D for ; Mon, 17 Mar 2008 08:57:13 -0400 (EDT) Date: Mon, 17 Mar 2008 12:57:11 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080317125711.52f96893@gumby.homeunix.com.> In-Reply-To: <47DE312E.2030209@esiee.fr> References: <47DE312E.2030209@esiee.fr> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Does softupdate help squid ? 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: Mon, 17 Mar 2008 13:28:36 -0000 On Mon, 17 Mar 2008 09:51:58 +0100 Frank Bonnet wrote: > Hello > > I'm setting up a squid cache (3.0.2) machine FreeBSD 7.0 based and I > wonder if softupdates could help (make it faster ) or not the cache > partition ? Yes, use soft-updates. And you should mount any dedicated cache partitions as noatime. It's also a good idea to build in aufs support and use that in your cache_dir entry, instead of the standard ufs cache type which blocks on disk i/o.