Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 26390 invoked from network); 24 Nov 2008 20:02:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Nov 2008 20:02:49 -0000 Received: (qmail 10705 invoked by uid 500); 24 Nov 2008 20:02:54 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 10679 invoked by uid 500); 24 Nov 2008 20:02:54 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 10668 invoked by uid 99); 24 Nov 2008 20:02:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2008 12:02:54 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of neil@nilspace.com designates 67.106.77.164 as permitted sender) Received: from [67.106.77.164] (HELO mail.nilspace.com) (67.106.77.164) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2008 20:01:29 +0000 Received: from [192.168.1.100] (24-216-225-219.dhcp.mdfd.or.charter.com [24.216.225.219]) (authenticated bits=0) by mail.nilspace.com (8.14.3/8.14.3/Debian-5) with ESMTP id mAOK2DML006258 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 24 Nov 2008 14:02:13 -0600 Message-ID: <492B0844.7020209@nilspace.com> Date: Mon, 24 Nov 2008 12:02:12 -0800 From: Neil Gunton User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080829 Iceape/1.1.12 (Debian-1.1.12-1) MIME-Version: 1.0 To: Perrin Harkins CC: modperl Subject: Re: Best filesystem type for mod_cache in reverse proxy? References: <492AE895.5060409@nilspace.com> <492AF8DA.7080207@nilspace.com> <66887a3d0811241125o5a83ec8ai2a9328b8d7bccea3@mail.gmail.com> <492B015C.6070804@nilspace.com> <492B03B2.9030809@nilspace.com> <66887a3d0811241153m4ba388deg314c6b0c7939f590@mail.gmail.com> In-Reply-To: <66887a3d0811241153m4ba388deg314c6b0c7939f590@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Perrin Harkins wrote: > On Mon, Nov 24, 2008 at 2:42 PM, Neil Gunton wrote: >> The section on "Maintaining the Disk Cache" says you should use >> htcacheclean, which is what I've been doing, and it doesn't seem to be up to >> the job. > > I can't speak to your filesystem question but you might consider > getting better disks. Either a RAID system or a SSD would help your > write speed and both are pretty cheap these days. I'm using 4x10k SCSI drives in RAID0 configuration currently, on an Adaptec zero channel SmartRaid V controller. Filesystem is ext2. Neil