Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12589 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80325 invoked by uid 1010); 5 Sep 2004 20:28:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80031 invoked from network); 5 Sep 2004 20:28:23 -0000 Received: from unknown (HELO colo.lerdorf.com) (66.198.51.121) by pb1.pair.com with SMTP; 5 Sep 2004 20:28:23 -0000 Received: from [192.168.1.104] (c-24-6-200-247.client.comcast.net [24.6.200.247]) by colo.lerdorf.com (8.13.1/8.13.1/Debian-11) with ESMTP id i85KSKg0017657; Sun, 5 Sep 2004 13:28:20 -0700 Date: Sun, 5 Sep 2004 13:28:21 -0700 (PDT) X-X-Sender: rasmus@t42p To: Russ Garrett cc: internals@lists.php.net In-Reply-To: <20040905193319.91641.qmail@pb1.pair.com> Message-ID: References: <20040905193319.91641.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Really odd PHP problem From: rasmus@php.net (Rasmus Lerdorf) On Sun, 5 Sep 2004, Russ Garrett wrote: > This machine serves around 500,000 hits daily, and 99% of them are > PHP-parsed. By the way, that is not a lot of hits. Less than 6 requests per second. I tend to get worried when my servers can't do at least 80-100 requests/second. And you certainly shouldn't need an opcode cache to do 6 req/sec. What exactly do these PHP scripts of yours do? -Rasmus