Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37882 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49645 invoked from network); 26 May 2008 08:37:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 May 2008 08:37:41 -0000 Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 66.249.92.170 ug-out-1314.google.com Received: from [66.249.92.170] ([66.249.92.170:40489] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/62-35134-3D67A384 for ; Mon, 26 May 2008 04:37:40 -0400 Received: by ug-out-1314.google.com with SMTP id h3so52276ugf.29 for ; Mon, 26 May 2008 01:37:37 -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:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=FshqFW8AppEx3erQ3xQVk2LbP4MppsQvXLZqicGNnqk=; b=lav/JFZ2S8/tv4qfRa6ivzDCHxWVs/TpoLdWGlQSV7inAaF+n6lsH4iB/itGWpqjw8oxXMdzo93GXL4yZcnp3H+XZYuK+ZPBqjImQHmN2VaA1sqV0Q3SEYZQ6bf66HEaRc9mMdZClRkyfolq9RFZVZvQqSon5mhDkOmSUOqGBUo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=FmO1dYRk5isw0k7o2PEO177u+dTx6A8axGQ7gU2PHWMEpxEyofUVFSKIP7tV7ke4srO2ky0SusXIz+gy43IViEctBrvsofQWQ+nLkXEi7+tUVd7UcqShIdbvgO/EM5DkTRoHsMFyiTDMMgbPJ3Ye8YSF1IEK3gNI5CGhbCO5n0g= Received: by 10.67.103.10 with SMTP id f10mr1109315ugm.1.1211791055459; Mon, 26 May 2008 01:37:35 -0700 (PDT) Received: by 10.66.219.9 with HTTP; Mon, 26 May 2008 01:37:34 -0700 (PDT) Message-ID: <9b3df6a50805260137od7c4160s764e1b0e8d4f74b7@mail.gmail.com> Date: Mon, 26 May 2008 11:37:34 +0300 To: "Edward Z. Yang" Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5877_492191.1211791055452" References: <6F.D2.03677.29917384@pb1.pair.com> <9b3df6a50805240253o11da21e2k851d4363b59dbf7b@mail.gmail.com> Subject: Re: [PHP-DEV] APC doesn't work on Windows? From: arvids.godjuks@gmail.com ("Arvids Godjuks") ------=_Part_5877_492191.1211791055452 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline I run Linux :) There is no difference whatever it's APC or XCache - they do the same and their speed's are identical, XCache is little faster but thouse are below 0.5-1 % differences. So i purpose you try XCache on Windows and see if it's working fine. At least I haven't seen any complaints on XCache forum that it doesn't work under Windows. And Xcache has admin page with all stats you need to see what is happening inside it. It's site is http://xcache.lighttpd.net/ 2008/5/26 Edward Z. Yang : > Arvids Godjuks wrote: > > Use XCache instead - it's simple, fast and stable. APC is far more > complex > > and unstable (is't like code for code) > > I wouldn't dare host a production website on a Windows website ;-). I'm > much more interested in getting APC running for testing purposes; seeing > how nicely my code plays with the opcode cache, whether or not a > different include scheme would result in better performance, etc. > Testing with XCache would be helpful (and I will certainly look into > it), but APC is the industry standard and my first priority. > > -- > Edward Z. Yang GnuPG: 0x869C48DA > HTML Purifier Anti-XSS Filter > [[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]] > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > ------=_Part_5877_492191.1211791055452--