Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6858 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39480 invoked by uid 1010); 8 Jan 2004 17:21:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39456 invoked from network); 8 Jan 2004 17:21:11 -0000 Received: from unknown (HELO shiva.mind.de) (212.42.230.204) by pb1.pair.com with SMTP; 8 Jan 2004 17:21:11 -0000 Received: from [192.168.1.100] (p508EAB87.dip.t-dialin.net [80.142.171.135]) by shiva.mind.de (Postfix) with ESMTP id 5994497C66; Thu, 8 Jan 2004 18:20:19 +0100 (CET) Date: Thu, 8 Jan 2004 18:22:27 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1251495731562.20040108182227@marcus-boerger.de> To: Christian Schneider Cc: Stanislav Malyshev , Andi Gutmans , internals@lists.php.net In-Reply-To: <3FFD5A11.3040500@cschneid.com> References: <5.1.0.14.2.20040108100152.02029de8@127.0.0.1> <3FFD5A11.3040500@cschneid.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Ability to lower PHP memory usage From: helly@php.net (Marcus Boerger) Hello Christian, Thursday, January 8, 2004, 2:24:33 PM, you wrote: > Stanislav Malyshev wrote: >> I'm concerned that this problem of breaking common platform might be more >> dangerous than the performance benefit. Which, BTW, I estmate as pretty >> minimal - code space is shared on all modern OSes anyway, so a little > I think that's a good point for leaving it the way it is: Minimal > benefit while opening a can of worms of possible problems. > Another reason not to do it is the amount of work to decide which > function should go where. Let's keep it simple and focus on IMHO more > pressing problems. Same thoughts here. The benefit is far to low. There are a lot of places we could put our efforts into better: bug-fixing instead of creating new bug fixes and increasing the WFT factor. The only real reason is it php would have been meant to serve cellphones or other small devices. But hey those run java. So we shouldn't care about a few kilobytes (or hundreds of them). Best regards, Marcus mailto:helly@php.net