Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18067 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81334 invoked by uid 1010); 14 Aug 2005 19:37:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81319 invoked from network); 14 Aug 2005 19:37:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2005 19:37:25 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:46129] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 22/4E-33075-47D9FF24 for ; Sun, 14 Aug 2005 15:37:25 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id C11F5F09AF; Sun, 14 Aug 2005 22:37:17 +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 j7EJbK8h006710; Sun, 14 Aug 2005 22:37:20 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j7EJbJeo006707; Sun, 14 Aug 2005 22:37:19 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Sun, 14 Aug 2005 22:37:18 +0300 (EEST) Reply-To: Jani Taskinen To: Ilia Alshanetsky cc: George Schlossnagle , internals In-Reply-To: <42FEDAAC.3000609@prohost.org> Message-ID: References: <42FCE0E4.604@lerdorf.com> <42FDB870.8040807@kmit.sk> <8A1E0BC8-0F6C-4B70-B53E-1AE02E500F05@omniti.com> <71DDD152-EB26-4456-8541-7631BF985730@omniti.com> <42FEDAAC.3000609@prohost.org> 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 Sun, 14 Aug 2005, Ilia Alshanetsky wrote: > If apc comes bundled then it includes apc_store() and apc_fetch() this > is pretty much $_MEMORY with a few tweaks. Yes, but that is restricted to one server installations. I need such a 'global session' that is available with multiple front-end servers..ie. using DB as session storage. --Jani