Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71167 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66954 invoked from network); 16 Jan 2014 01:16:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2014 01:16:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.179 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.179 mail-lb0-f179.google.com Received: from [209.85.217.179] ([209.85.217.179:33943] helo=mail-lb0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/43-48719-9F237D25 for ; Wed, 15 Jan 2014 20:16:41 -0500 Received: by mail-lb0-f179.google.com with SMTP id p9so1372191lbv.38 for ; Wed, 15 Jan 2014 17:16:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=ZqvbVsLvJHM6/hEUfyqJ68v7J4ajCB4SFrQiq/jj2cg=; b=wtOjS5UiWyUj4fa3bQmmTEDm0m9J2bIrIO192LL1LCEVZiPFTiapgwikhiENznBb8K uLQm/Z9PAvUQC8NvYE5N5j3MnvIofxCMRXWutHrbiFafXIyhRkXUuutxC39a/zIDi0bn EEoN1jWytTZ3tpIHvlQnZjoKRx95mQqAyCFr0NhNYTa9gNM2fqtmSW7IyoxuPzbMOtgB odTVpS1bcpMsfcp+WrIIU7BnHNkXrMyUWWq0BXllRb1o8LlpiAC2Dxd9hSi8Oic8FVly CAu7Xfe+azkD4wbnpCbiFM0ONv34nR9KZjfi7DxyYOzff0xkGyo6ATA0pECifzmLEhv0 GhIA== X-Received: by 10.152.115.230 with SMTP id jr6mr3124705lab.45.1389834990871; Wed, 15 Jan 2014 17:16:30 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.6.68 with HTTP; Wed, 15 Jan 2014 17:15:50 -0800 (PST) In-Reply-To: References: Date: Thu, 16 Jan 2014 10:15:50 +0900 X-Google-Sender-Auth: X8soN0hu0Fu35_NLGWmgwdY_OmI Message-ID: To: Dan Ackroyd Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c36742ed6a2404f00c2ca5 Subject: Re: [PHP-DEV] [RFC] Introduce session.lock, session.lazy_write and session.lazy_destory From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c36742ed6a2404f00c2ca5 Content-Type: text/plain; charset=UTF-8 Hi Dan, On Thu, Jan 9, 2014 at 1:17 AM, Dan Ackroyd wrote: > At the risk of setting myself up for a fall, I'm going to make a proof > of concept userland session manager to try and implement as many of > the features under discussion in the various session related RFCs that > are open as possible, and will try to publish it in a week or so. It > probably won't be anywhere near production ready, but hopefully will > provide a basis for discussing moving the session handling from the > session_* functions to something that allows people to define the > logic in code, rather than being forced to tweak a huge number of > config settings. > I would like to write patch for this RFC now. Do you have any date for your patch? (PHP script?) Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c36742ed6a2404f00c2ca5--