Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37877 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81033 invoked from network); 26 May 2008 01:34:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 May 2008 01:34:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=xuefer@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=xuefer@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.142.187 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: xuefer@gmail.com X-Host-Fingerprint: 209.85.142.187 ti-out-0910.google.com Received: from [209.85.142.187] ([209.85.142.187:1162] helo=ti-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/E6-21001-CA31A384 for ; Sun, 25 May 2008 21:34:37 -0400 Received: by ti-out-0910.google.com with SMTP id u3so1109732tia.17 for ; Sun, 25 May 2008 18:34:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=Kk+k75nX9OojzHhlHtOrFf6rfUhIvXJqJhJtBp1ujt0=; b=WF934e/y6ygBtLbyfDaO4S50gi0JLMsedA75kb+XO9+T8uptLfXDORRXfVbZKzTPsDzUWIvsjQQX13zivbgSP/HP6yHbhaKqOvIjM+tafSdJpqT3tPxzKVuAlt02odY3JYWnVETZP3Rcgw3hFUj8izzunXtTJT1Z2/8DNFnDdfY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=CQEWaWKc3ErqIdeQO3Y7qzr1W3HnU8WCP2dC7ei977dNxZjDzAm5kMVB54BGhsuo0sKrV12ht73IZPu01uz6IwRYhPMU3z27dkamFlhsOpQIWDOTn1puPBq/ypIHaMSQFYqKrPYFXj7F99ZUIJfDeC4IyUSAckhmYl2GEVDnmCk= Received: by 10.110.20.17 with SMTP id 17mr537172tit.12.1211765673017; Sun, 25 May 2008 18:34:33 -0700 (PDT) Received: by 10.110.21.8 with HTTP; Sun, 25 May 2008 18:34:31 -0700 (PDT) Message-ID: <28139bc0805251834m3c2f7a1bga7c1655d904693c7@mail.gmail.com> Date: Mon, 26 May 2008 09:34:31 +0800 Sender: xuefer@gmail.com To: "Christian Hoffmann" Cc: "Edward Z. Yang" , internals@lists.php.net In-Reply-To: <4837E560.2070607@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6F.D2.03677.29917384@pb1.pair.com> <20080523233416.FLXJ17393.aamtaout02-winn.ispmail.ntl.com@p2> <4837E560.2070607@gentoo.org> X-Google-Sender-Auth: b22db551d553f368 Subject: Re: [PHP-DEV] APC doesn't work on Windows? From: phpxcache@gmail.com (phpxcache) you're right, but too bad there's no PHP_FCGI_CHILDREN (pre-fork) for windows, not even any alternatives {{{ #ifndef PHP_WIN32 /* Pre-fork, if required */ if (getenv("PHP_FCGI_CHILDREN")) { children = atoi(getenv("PHP_FCGI_CHILDREN")); }}} > No, why should it? The cache is shared perfectly fine if you let PHP handle > the process spawning (i.e. increasing PHP_FCGI_CHILDREN instead of running > php-cgi -b (or whatever) multiple times). > > I used APC w/ FastCGI some time ago and I'm still using another opcode cache > with FastCGI at the moment (XCache), and I know lots of people doing the > same. :) > > > -- > Christian Hoffmann > >