]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
The call to apr_explode_localtime() in mod_log_config is one of the more
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 19 Sep 2001 06:53:26 +0000 (06:53 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 19 Sep 2001 06:53:26 +0000 (06:53 +0000)
commit867166bede959c9ba2d18a66d72e4a442fdb0102
tree8aa0d36ccedacb82b3fb945370046be3910b6c2a
parent93b99eb3d4d2cf451eed7812bc3d41d754922e32
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.

Submitted by: Brian Pane <bpane@pacbell.net>
Reviewed by: Cliff Woolley, Ryan Bloom, Dean Gaudet, Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91083 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/util_time.h [new file with mode: 0644]
modules/loggers/mod_log_config.c
server/Makefile.in
server/util_time.c [new file with mode: 0644]