Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72538 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12130 invoked from network); 13 Feb 2014 03:40:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2014 03:40:06 -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.173 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.173 mail-lb0-f173.google.com Received: from [209.85.217.173] ([209.85.217.173:40588] helo=mail-lb0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/21-19387-39E3CF25 for ; Wed, 12 Feb 2014 22:40:04 -0500 Received: by mail-lb0-f173.google.com with SMTP id s7so6342493lbd.32 for ; Wed, 12 Feb 2014 19:40:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=9Lxw/U+UzafHzKEooHAjZsuOtS4HeaYusljwqMtsKe0=; b=ZHKmWS7KtY2IvjOqB4m4Tlr8Y2nxazGAzZgG8WwqkhwT9IqTbqWJRmhD6bSG2B46vX fvWJgPqi5eAUui5nfJocNseAR6y0DmASoQDZ3xQ5PYFt3BiVbZidoNnrtLzRmTgR5Lwf wZD7DGeDzqDNLCwW3zFOjAvpXFSSwBrYQKwd68cKLJDckF5Rah7nJ8zEQdOzfRYuUNIe i7ccXf2QZIJm6zpRdTdlFjikNETAoXN75IS2vTX74yNKJEWElu/33+aJhF86E85hhlXZ 7/OGYx3xGtGwRfr/mxSNGiZ7l/Us8Bp2mTiRq3Dg3zCPUVBN4mFqUKgpInzXk3P6g/hH ijCQ== X-Received: by 10.152.242.131 with SMTP id wq3mr34195529lac.12.1392262800147; Wed, 12 Feb 2014 19:40:00 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.199.37 with HTTP; Wed, 12 Feb 2014 19:39:19 -0800 (PST) Date: Thu, 13 Feb 2014 12:39:19 +0900 X-Google-Sender-Auth: E34M3XSaKvkgSED-iCg190PSUvQ Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11336ba0a3091304f2417156 Subject: [VOTE] RFC: Introduce session_start() options - read_only, unsafe_lock, lazy_write and lazy_destroy From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11336ba0a3091304f2417156 Content-Type: text/plain; charset=UTF-8 Hi all, I almost forgot to start vote for this RFC. This RFC is to introduce options to session_start(). Options are read_only, lazy_write, unsafe_lock and lazy_destroy. lazy_destroy is bug fix in fact. https://wiki.php.net/rfc/session-lock-ini Vote: 2014/02/13 - 2014/02/20 There is no new INI. Session operations become faster and/or more reliable in general. Exception is unsafe_lock option. It could be used at users own risk in return of better performance. There is a little benchmark result in the RFC to see the benefit. The URL to the patch is mostly complete patch. I noticed there are INI changes that should be in different RFC. I'll fix it later. If you find something else, please let me know. Thank you for voting! -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11336ba0a3091304f2417156--