Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13477 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19757 invoked by uid 1010); 22 Oct 2004 21:06:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19638 invoked from network); 22 Oct 2004 21:06:35 -0000 Received: from unknown (HELO mail.omniti.com) (66.80.117.3) by pb1.pair.com with SMTP; 22 Oct 2004 21:06:35 -0000 DomainKey-Status: good DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=test; d=omniti.com; h=Received:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Content-Transfer-Encoding:Cc:From:Subject:Date:To:X-Mailer; b=PQGhmbJLFUoFqOT7qeyMEDTj/KgsW0EQvZFFpaOxhRNicj5IoqpOqiezExwJJpCr kNFPIvc+zkgmMZ1u6xevVb9Y76IvZyl1hZfXv7NdeVju7YXNTS9KwDEwIsO/vFu/ Received: from ([66.80.117.2:61452] helo=[10.80.116.151]) by mail.omniti.com (ecelerity HEAD) with SMTP id D3/30-31044-C5679714 for ; Fri, 22 Oct 2004 17:06:40 -0400 In-Reply-To: <41797616.9030303@prohost.org> References: <417970E3.7080001@prohost.org> <41797423.4060405@dharana.net> <41797616.9030303@prohost.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <196D83B2-246E-11D9-A7C0-000D93359332@omniti.com> Content-Transfer-Encoding: 7bit Cc: George Schlossnagle , Derick Rethans , internals@lists.php.net Date: Fri, 22 Oct 2004 17:05:27 -0400 To: Ilia Alshanetsky X-Mailer: Apple Mail (2.619) Subject: Re: [PHP-DEV] PHP 5.1 time() caching From: george@omniti.com (George Schlossnagle) On Oct 22, 2004, at 5:05 PM, Ilia Alshanetsky wrote: > 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. I think this is available from Apache2, though not via the SAPI interface. george