X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id D60CC3A4664 for ; Wed, 3 Nov 2004 21:15:58 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 94156-10 for ; Wed, 3 Nov 2004 21:15:52 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.241]) by svr1.postgresql.org (Postfix) with ESMTP id 0CFBC3A461B for ; Wed, 3 Nov 2004 21:15:53 +0000 (GMT) Received: by mproxy.gmail.com with SMTP id w67so3560cwb for ; Wed, 03 Nov 2004 13:15:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Y55jgOj1m6BxGhXzuxncpHfzd1/P3ODzpESJMl5QKvZSvpfDN0NgRxLh7/Y3eBs+xq3hzEMmmDLd8vVfAPKCg3CyyT+s8SzDslTJYcuQO+wkeAmKOTJx9eG/gCYnQfM9a9BPwE4y+kOtAzlYF7ur+ZlrfjBRTozurR0F8y2FPDA= Received: by 10.11.117.43 with SMTP id p43mr20875cwc; Wed, 03 Nov 2004 13:15:52 -0800 (PST) Received: by 10.11.119.69 with HTTP; Wed, 3 Nov 2004 13:15:52 -0800 (PST) Message-ID: <330532b604110313152c8ed99b@mail.gmail.com> Date: Wed, 3 Nov 2004 16:15:52 -0500 From: Mitch Pirtle Reply-To: Mitch Pirtle To: "Marc G. Fournier" Subject: Re: Inadequate hosting for www.postgresql.org Cc: Dave Page , Alexey Borzov , Oleg Bartunov , pgsql-www@postgresql.org In-Reply-To: <20041103165954.J82047@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041103132338.M82047@ganymede.hub.org> <330532b60411031252353b083b@mail.gmail.com> <20041103165954.J82047@ganymede.hub.org> X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200411/58 X-Sequence-Number: 5789 Hmm, Are you certain disk is an issue? Regarding mmcache: 1) I'm setting mmcache.content, mmcache.keys and mmcache.sessions to 'disk' 2) mmcache.compress is set to 1, 1 on my machines 3) mmcache.shm_only is 0, 0 on my machines Try this out, and see if it is the shm that is causing the hit. I would be completely blown away if the filesystem access was an issue, as even IDE systems can access disk faster than an anatomic load/parse/compile for each script... Try that, and we can go from there ;-) -- Mitch