Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46894 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68067 invoked from network); 27 Jan 2010 16:28:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2010 16:28:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 216.239.58.191 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 216.239.58.191 gv-out-0910.google.com Received: from [216.239.58.191] ([216.239.58.191:45912] helo=gv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/EC-08553-9A9606B4 for ; Wed, 27 Jan 2010 11:28:26 -0500 Received: by gv-out-0910.google.com with SMTP id n8so405334gve.37 for ; Wed, 27 Jan 2010 08:28:22 -0800 (PST) Received: by 10.103.122.14 with SMTP id z14mr468915mum.10.1264609701323; Wed, 27 Jan 2010 08:28:21 -0800 (PST) Received: from ?192.168.200.22? (c-98-234-184-167.hsd1.ca.comcast.net [98.234.184.167]) by mx.google.com with ESMTPS id w5sm184881mue.22.2010.01.27.08.28.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 27 Jan 2010 08:28:19 -0800 (PST) Message-ID: <4B6069A1.3070905@lerdorf.com> Date: Wed, 27 Jan 2010 08:28:17 -0800 User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Karsten Dambekalns CC: internals@lists.php.net References: <4B4DABED.4060202@easyflirt.com> <4B4DBF40.5040801@easyflirt.com> <4B4DCFDA.6090206@dmi.me.uk> <20100113153113.GN3978@phcomp.co.uk> <4B4DEB41.2070800@lerdorf.com> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] About optimization From: rasmus@lerdorf.com (Rasmus Lerdorf) Karsten Dambekalns wrote: > Why is that advisable? Any pointers to background information welcome. The gc code when combined with apc is still a bit shaky in 5.3. I haven't figured out why yet. And my motivation for figuring it out is pretty low as code that relies on gc is slow. -Rasmus