Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71791 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79567 invoked from network); 30 Jan 2014 09:31:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jan 2014 09:31:49 -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.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:39752] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/47-42724-40C1AE25 for ; Thu, 30 Jan 2014 04:31:49 -0500 Received: by mail-lb0-f170.google.com with SMTP id u14so2354937lbd.29 for ; Thu, 30 Jan 2014 01:31:45 -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=rJ97+AU0Vwsm/AzZ2UQU+Duf9ELPIYlo7iGu0Uen0Z8=; b=ax9PEkED5jCr9nyK9q9AF0YfpNgwpCltNgVvRHzGo0x8aQgfMJ2CoK7X8/rvSqdjgd 3TR1alEHYhQdnFA4A2Qli23F6AptRAnXfe0ERXi91LUP5NONSiqINz2z72SpKt+dTxMo o02v4eZ+5Ht+57CzSsJ0LZNGib4Y2vPyWH4zpMd1DqmfuWLlMuINu+qn/CZKGWUMxFpL bvXpIbgePkLrwK7XPSp76zdEy+QTiRL/E8YQjosjbWubXVnjQhB+LZNLINklI5dLpf8z WzoUyXyn88p/bayhy+uUtZ131ayldYueEVcMV9Kg6aAbY7ovr/xOmzgR/eOXKI1KxDlq n6qQ== X-Received: by 10.112.209.97 with SMTP id ml1mr8724759lbc.26.1391074305414; Thu, 30 Jan 2014 01:31:45 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.199.37 with HTTP; Thu, 30 Jan 2014 01:31:05 -0800 (PST) In-Reply-To: References: <18069656.FoN8fZuO6C@rofl> <8644110.XYpFnEDCiN@rofl> Date: Thu, 30 Jan 2014 18:31:05 +0900 X-Google-Sender-Auth: VvCZyode5OAHVC6zZjBH-L_AYrs Message-ID: To: Patrick Schaaf Cc: internals Content-Type: multipart/alternative; boundary=001a11c33242d498f804f12cb9a7 Subject: Re: [PHP-DEV] Re: [VOTE] Introduce session.lock, session.lazy_write and session.lazy_destory From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c33242d498f804f12cb9a7 Content-Type: text/plain; charset=UTF-8 Hi all, On Thu, Jan 30, 2014 at 3:31 PM, Patrick Schaaf wrote: > If you insist on it being short/shorter, I'd go for > > unlocked_unsafe > > or > > unlocked > > because I think, and keep thinking, that having "unlocked" there best > defuses the traditional expectation that sessions are locked during the > whole script run - thus minimizing the surprise to programmers at the PHP > level. > Thank you for suggestions! I would like to use unlock BTW, I've the code. It's checking fd, so it serialized :) Thank you. -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c33242d498f804f12cb9a7--