Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48862 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29500 invoked from network); 20 Jun 2010 21:05:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jun 2010 21:05:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike503@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike503@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mike503@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-px0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:61856] helo=mail-px0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/92-15307-8928E1C4 for ; Sun, 20 Jun 2010 17:05:29 -0400 Received: by pxi6 with SMTP id 6so1251989pxi.29 for ; Sun, 20 Jun 2010 14:05:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:in-reply-to :mime-version:content-transfer-encoding:content-type:message-id:cc :x-mailer:from:subject:date:to; bh=hvJnv8iit6UjRQqpDt46KvJOj+jjHUE1izGwiApUCvA=; b=t9fV/rsThr5P28FItfRAvYQKFCCVtVxp+RCjniaxvGVxRPnIIlCIri2WAyCp+MJ1+c j2YkbH15V6F89/6UZBKK1sOyM8Ffc3/U+JOTi853dFvpyveSHfLuTzlfQR64wVSPpflD lw+MO0+cLQH2Ig8daEWdjCzwXnBNHOWxiLSHI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; b=U4Kci8bht37o8XUPGgybMdbXmIAkZi4t1IgbNrAct0NtoHaAFLkJNftBLB6p+RdguQ Mm8tdOMqa4/89JFt8V/+gfOY2LhXKhyc0hAhmg2HXekuHJ+ZHb2aowyxIPvBRZoeOb/6 Ph6eMeXZTWGTMLNEMqlMg9OyB3P/iPmJrjslA= Received: by 10.143.24.3 with SMTP id b3mr2705671wfj.218.1277067925639; Sun, 20 Jun 2010 14:05:25 -0700 (PDT) Received: from [10.0.97.21] ([166.205.143.109]) by mx.google.com with ESMTPS id c1sm35059934wam.7.2010.06.20.14.05.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 20 Jun 2010 14:05:24 -0700 (PDT) References: <4C1E784C.8010300@lsces.co.uk> In-Reply-To: Mime-Version: 1.0 (iPhone Mail 8A293) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-ID: <0220C719-3F79-455B-A0DF-D49E79001D48@gmail.com> Cc: Lukas Kahwe Smith , Lester Caine , PHP internals X-Mailer: iPhone Mail (8A293) Date: Sun, 20 Jun 2010 14:04:23 -0700 To: Ferenc Kovacs Subject: Re: [PHP-DEV] APC in trunk From: mike503@gmail.com (Michael Shadle) Perhaps by adding it to core the original reasons for alternatives will be r= educed and the things that make those special could be implemented into apc?= On Jun 20, 2010, at 1:56 PM, Ferenc Kovacs wrote: > On Sun, Jun 20, 2010 at 10:39 PM, Lukas Kahwe Smith wr= ote: >=20 >>=20 >> On 20.06.2010, at 22:21, Lester Caine wrote: >>=20 >>> ( Foregot to change address again :( ) >>> Ilia Alshanetsky wrote: >>>> What are your views on including APC in the core, or reasons not to? >>>=20 >>> Dictatorship? >>> Optional module which have well used alternatives should not be proced o= n >> by default! Probably more people use alternatives and have for years? >>=20 >>=20 >> probably not actually .. my guess is that the vast majority of users do n= ot >> use any byte code cache today. this could be our effort to reduce co2 >> emissions world wide. >>=20 >=20 > Are you sure? > Usually installing an opcode cache is the first optimalization effort for > every php project. > I'ts easy, it's transparent, and can give a vast amount of performance > boost, so > - shared hosting providers install it, because they can oversell more > - ppl who can run dedicated server/vps usually knowledgeable enough to > install it right away >=20 >=20 >=20 >>=20 >> +1 on adding apc to trunk >> +0 about enabling apc by default .. or rather undecided at this point. >>=20 >>=20 > I prefer xcache, but I think that its better adding apc to the core, than > nothing at all. > Why should this be disabled by default? >=20 > I never had any problem using xcache. Maybe that it has no gain if you onl= y > use php for cli or cgi. >=20 > Tyrael