Gentoo Archives: gentoo-dev

From: Sebastian Bergmann <sb@××××××××××××××××××.de>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Re: Migrating to a commercial PHP-based forums package for forums.gentoo.org
Date: Tue, 30 Sep 2003 12:49:12
Message-Id: blbu45$6ok$1@sea.gmane.org
In Reply to: Re: [gentoo-dev] Re: Migrating to a commercial PHP-based forums package for forums.gentoo.org by Mike Frysinger
1 Mike Frysinger wrote:
2 > why not use whats in portage ?
3 > turck-mmcache (php) and memcache (mysql)
4
5 As Stuart already pointed out, memcached will not help you
6 out-of-the-box, while the other approaches (MySQL Query Cache, PHP
7 Bytecode Cache) will.
8
9 I have never tested Turck MMCache, but I know the developer of APC and
10 I know that APC was stress-tested by Rasmus (and others) and is ready
11 for production.
12
13 Installation of APC is as simple as
14
15 $ pear install apc
16
17 (and adding a line to the php.ini) by the way.
18
19 --
20 Sebastian Bergmann
21 http://sebastian-bergmann.de/ http://phpOpenTracker.de/
22
23 Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/
24
25
26 --
27 gentoo-dev@g.o mailing list

Replies