Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19681 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74803 invoked by uid 1010); 22 Oct 2005 10:22:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74788 invoked from network); 22 Oct 2005 10:22:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Oct 2005 10:22:45 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:41365] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 2C/D5-22302-5F21A534 for ; Sat, 22 Oct 2005 06:22:45 -0400 Received: from nest.netphobia.fi (YZDCXXXI.dsl.saunalahti.fi [85.76.35.232]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id 25401D403B; Sat, 22 Oct 2005 13:22:41 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j9MAMgos002459; Sat, 22 Oct 2005 13:22:42 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j9MAMgeS002456; Sat, 22 Oct 2005 13:22:42 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Sat, 22 Oct 2005 13:22:42 +0300 (EEST) Reply-To: Jani Taskinen To: Sebastian Bergmann cc: internals@lists.php.net In-Reply-To: Message-ID: References: <42FCE0E4.604@lerdorf.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] PHP 6.0 Wishlist From: sniper@iki.fi (Jani Taskinen) On Sat, 22 Oct 2005, Sebastian Bergmann wrote: > > Rasmus Lerdorf schrieb: >> Include an opcode cache by default. A lot of work has gone into >> pecl/apc recently, but I am not hung up on which one goes in. > > In case we include APC by default, it would be nice if its apc_store() / > apc_fetch() mechanism could be mapped to a new super-global, say > $_PERSISTENT[]. Containing what? What about those "round-robin" environments where you have several machines serving same web pages? --Jani