Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12595 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41833 invoked by uid 1010); 5 Sep 2004 22:32:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41762 invoked by uid 1007); 5 Sep 2004 22:32:29 -0000 Message-ID: <20040905223229.41761.qmail@pb1.pair.com> To: internals@lists.php.net Date: Sun, 05 Sep 2004 23:34:52 +0100 User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <20040905193319.91641.qmail@pb1.pair.com> <20040905211921.39505.qmail@pb1.pair.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 81.99.187.205 Subject: Re: [PHP-DEV] Re: Really odd PHP problem From: russ@last.fm (Russ Garrett) Rasmus Lerdorf wrote: > On Sun, 5 Sep 2004, Russ Garrett wrote: > >>APC doesn't seem to work at all as a DSO, I'll try it statically later. > > > I run it on thousands of servers as a DSO. What are you seeing that would > make you think this? I didn't really want to hang around with the site offline to find out. Load shot up, I couldn't get a page out of Apache at all. It may well have been due to the debug build of PHP, although it appeared to load OK. I've just installed the 30 day trial of Zend Perfomance Suite, so I shall see if that fixes it. > Also, if you are running PHP as a DSO and pushing your CPU you might want > to compile it non-pic. Use this patch and reconfigure/recompile: > > http://lerdorf.com/non-pic.txt Noted. Thanks. Russ