Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18079 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87068 invoked by uid 1010); 14 Aug 2005 23:31:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87052 invoked from network); 14 Aug 2005 23:31:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2005 23:31:40 -0000 X-Host-Fingerprint: 66.80.117.3 longsword.omniti.com Linux 2.5 (sometimes 2.4) (4) Received: from ([66.80.117.3:35480] helo=mail.omniti.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 86/89-33075-C54DFF24 for ; Sun, 14 Aug 2005 19:31:40 -0400 Authentication-Results: mail.omniti.com smtp.user=george; auth=pass (LOGIN) DomainKey-Status: good X-DomainKeys: Ecelerity dk_sign implementing draft-delany-domainkeys-base-01 DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=test; d=omniti.com; h=Received:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Cc:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=UgIW/dQtJ87DvtMgzWQudTG/emhKpo/IV8t0cJIxLScVEcyzyNGpmI8KwZsppGte JQGKdQvIjTPuhTkBqa8sMo7Z9Y6ORVp4klEDQN9gwRbMotQ2YUQjaqWorZJlD9GZ Received: from ([66.80.117.254:43092] helo=[10.0.1.4]) by mail.omniti.com (ecelerity 2.0 r(6416M)) with SMTP id 7A/20-18185-254DFF24 for ; Sun, 14 Aug 2005 19:31:35 -0400 In-Reply-To: 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 (Apple Message framework v733) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <436C3644-DC2C-455A-A725-4CB8006D5200@omniti.com> Cc: George Schlossnagle , Ilia Alshanetsky , internals Content-Transfer-Encoding: 7bit Date: Sun, 14 Aug 2005 19:26:22 -0400 To: Jani Taskinen X-Mailer: Apple Mail (2.733) Subject: Re: [PHP-DEV] PHP 6.0 Wishlist From: george@omniti.com (George Schlossnagle) On Aug 14, 2005, at 3:37 PM, Jani Taskinen wrote: > 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. ext/session has the framework for doing this. I concur with your original idea of augmenting it to provide those services. Perhaps a new autoglobal $_GLOBAL_SESSION[]. Thoughts? George