Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13476 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14834 invoked by uid 1010); 22 Oct 2004 21:05:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14665 invoked from network); 22 Oct 2004 21:05:28 -0000 Received: from unknown (HELO prohost.org) (216.126.86.27) by pb1.pair.com with SMTP; 22 Oct 2004 21:05:28 -0000 Received: (qmail 20621 invoked from network); 22 Oct 2004 21:05:23 -0000 Received: from cpe0050bad46dce-cm000f9f7d6664.cpe.net.cable.rogers.com (HELO ?192.168.1.101?) (@69.196.31.138) by prohost.org with SMTP; 22 Oct 2004 21:05:23 -0000 Message-ID: <41797616.9030303@prohost.org> Date: Fri, 22 Oct 2004 17:05:26 -0400 User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derick Rethans , internals@lists.php.net References: <417970E3.7080001@prohost.org> <41797423.4060405@dharana.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.1 time() caching From: ilia@prohost.org (Ilia Alshanetsky) Derick Rethans wrote: > For that the granularity is not good enough though. Ideally we'd have gettimeofday() cached, but looking @ the code it is called on by lcg code and then only on MINIT. So we'd need an "extra" syscall to provide this, I am not sure this is a good idea. Ilia P.S. I didn't indicate in my earlier e-mail, I'd prefer $_SERVER as well.