Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68475 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55003 invoked from network); 10 Aug 2013 09:48:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2013 09:48:09 -0000 Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.174 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.212.174 mail-wi0-f174.google.com Received: from [209.85.212.174] ([209.85.212.174:33316] helo=mail-wi0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/4C-06453-85C06025 for ; Sat, 10 Aug 2013 05:48:09 -0400 Received: by mail-wi0-f174.google.com with SMTP id j17so415621wiw.1 for ; Sat, 10 Aug 2013 02:48:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=KSJjKMPU50AC2mGuhhCeeDARgZlsqdsepc2k1BVjL9Q=; b=o9sp1WXJRXB3vacH3SZ9kk8ajjnSHs/oxpIMdk1K1z1VgIeh8dvzT1G9BEUKEl4/dL E1yHBH8PZUBPjyDN9HidifxKKkLnXv8zYtrBM1EdXGzg/LqfmGQ04ue3tWGApaAeEbl+ 8jCg5DiPUaPHnAPZe40OX91Ei6hY/ew6cRqsled6ryqwOF43a/W3NmdgdQSUlje9Pzkz DU6n6rccSALeZI8gUUEkdehK12ONyaq3o6hgQ6tdIhOgjptr+4jquqJKcQQrjSHjESlv xMIiVGKlX9WQnfj9cfca088Vs+hy8Yfl5IP7nm7d357Sx9b23lDDjV7R/Kx+t1jFNUAT mG1g== MIME-Version: 1.0 X-Received: by 10.180.13.43 with SMTP id e11mr2382265wic.21.1376128085453; Sat, 10 Aug 2013 02:48:05 -0700 (PDT) Received: by 10.216.182.193 with HTTP; Sat, 10 Aug 2013 02:48:05 -0700 (PDT) In-Reply-To: References: Date: Sat, 10 Aug 2013 10:48:05 +0100 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c24762b2f00904e394c969 Subject: Re: [PHP-DEV] Request #17860 Suggestion: auto detect whether session changed From: leight@gmail.com (Leigh) --001a11c24762b2f00904e394c969 Content-Type: text/plain; charset=ISO-8859-1 On 10 August 2013 10:45, Yasuo Ohgaki wrote: > Hi Leigh, > > On Sat, Aug 10, 2013 at 6:26 PM, Leigh wrote: > >> How does this affect GC of sessions? If a session is not written for 30 >> minutes, but the user is active, is there a potential for their session to >> be GC and destroyed? > > > Thank you for heads up. > I'll make it optional and document the side effect. > What is the performance difference if you just touch the files instead of writing them? (i.e. update mtime) --001a11c24762b2f00904e394c969--