Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37848 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84851 invoked from network); 24 May 2008 09:52:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 May 2008 09:52:45 -0000 Authentication-Results: pb1.pair.com header.from=hoffie@gentoo.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=hoffie@gentoo.org; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain gentoo.org does not designate 217.20.118.221 as permitted sender) X-PHP-List-Original-Sender: hoffie@gentoo.org X-Host-Fingerprint: 217.20.118.221 217.20.118.221 Received: from [217.20.118.221] ([217.20.118.221:39525] helo=srv.hoffie.info) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/91-06324-865E7384 for ; Sat, 24 May 2008 05:52:44 -0400 Received: from [192.168.1.2] (p5494E53E.dip.t-dialin.net [84.148.229.62]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by srv.hoffie.info (Postfix) with ESMTP id 91144BFC; Sat, 24 May 2008 11:52:37 +0200 (CEST) Message-ID: <4837E560.2070607@gentoo.org> Date: Sat, 24 May 2008 11:52:32 +0200 User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: "Edward Z. Yang" CC: internals@lists.php.net References: <6F.D2.03677.29917384@pb1.pair.com> <20080523233416.FLXJ17393.aamtaout02-winn.ispmail.ntl.com@p2> In-Reply-To: X-Enigmail-Version: 0.95.6 OpenPGP: id=800DDCDE Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig9D0CE6EC16D4A58DF104E635" Subject: Re: [PHP-DEV] APC doesn't work on Windows? From: hoffie@gentoo.org (Christian Hoffmann) --------------enig9D0CE6EC16D4A58DF104E635 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable On 2008-05-24 04:03, Edward Z. Yang wrote: > Jared Williams wrote: >> I'm running php 5.2.5 NTS with APC 3.1.0-dev. It works, but not withou= t some >> issues, like occasionally get a FastCGI process crashing which I suspe= ct is >> APC. >=20 > Hello Jared, >=20 > Doesn't running APC under FastCGI kind of defeat the purpose of APC? No, why should it? The cache is shared perfectly fine if you let PHP=20 handle the process spawning (i.e. increasing PHP_FCGI_CHILDREN instead=20 of running php-cgi -b (or whatever) multiple times). I used APC w/ FastCGI some time ago and I'm still using another opcode=20 cache with FastCGI at the moment (XCache), and I know lots of people=20 doing the same. :) --=20 Christian Hoffmann --------------enig9D0CE6EC16D4A58DF104E635 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkg35WQACgkQV6E0EIywUuXbyQCffQv3YFLb+cMniUSAgk/9jF8o ZeAAoJ0leLADKJTL96RDK+uXj15fS2MI =XOiO -----END PGP SIGNATURE----- --------------enig9D0CE6EC16D4A58DF104E635--