You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Justin Erenkrantz <je...@ebuilt.com> on 2001/09/19 09:09:46 UTC

Re: cvs commit: httpd-2.0 CHANGES

On Wed, Sep 19, 2001 at 06:53:26AM -0000, jerenkrantz@apache.org wrote:
> jerenkrantz    01/09/18 23:53:26
> 
>   Modified:    server   Makefile.in
>                modules/loggers mod_log_config.c
>                .        CHANGES
>   Added:       include  util_time.h
>                server   util_time.c
>   Log:
>   The call to apr_explode_localtime() in mod_log_config is one of the more
>   expensive operations in the httpd.  This patch attempts to reduce the
>   overhead by caching the result for 15 seconds.

Committed.  Some minor tweaks to get it to build and some licensing
issue cleanups (util_time.{ch} isn't from NCSA, so it doesn't need
that particular clause).  -- justin