Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18074 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12790 invoked by uid 1010); 14 Aug 2005 20:35:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 12775 invoked from network); 14 Aug 2005 20:35:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2005 20:35:53 -0000 X-Host-Fingerprint: 195.28.69.139 mail.jobtion.com Linux 2.4 w/o timestamps Received: from ([195.28.69.139:42460] helo=sparky.datcon.sk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 9D/03-33075-82BAFF24 for ; Sun, 14 Aug 2005 16:35:53 -0400 Received: from localhost (localhost [127.0.0.1]) by sparky.datcon.sk (Postfix) with ESMTP id C9A1422078 for ; Sun, 14 Aug 2005 22:35:48 +0200 (CEST) Received: from sparky.datcon.sk ([127.0.0.1]) by localhost (sparky [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06003-01 for ; Sun, 14 Aug 2005 22:35:48 +0200 (CEST) Received: from [85.216.144.38] (chello085216144038.chello.sk [85.216.144.38]) by sparky.datcon.sk (Postfix) with ESMTP id A7E9022072 for ; Sun, 14 Aug 2005 22:35:48 +0200 (CEST) Message-ID: <42FFAB2C.7010206@kmit.sk> Date: Sun, 14 Aug 2005 22:35:56 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.11) Gecko/20050813 X-Accept-Language: sk, en MIME-Version: 1.0 Cc: internals 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> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at datcon.sk Subject: Re: [PHP-DEV] PHP 6.0 Wishlist From: ondrej@kmit.sk (=?UTF-8?B?T25kcmVqIEl2YW5pxI0=?=) Jani Taskinen 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. It's a feature, not a bug :) At this moment I playing with daemon which receive messages from network (broadcast/multicast) and store it to shmem segment. PHP scripts only reads this data. -- Ondrej Ivanic (ondrej@kmit.sk)