You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Brian Akins <ba...@web.turner.com> on 2004/08/04 14:53:50 UTC

[PATCH] mod_disk_cache metadata

This speeds up writing and reading the "metadata" by using a struct 
rather that all the calls to  ap_cache_usec2hex

Note: I haven't actually tested this in mod_cache.  Very similar code 
works very well elsewhere.

-- 
Brian Akins
Senior Systems Engineer
CNN Internet Technologies


Re: [PATCH] mod_disk_cache metadata

Posted by John Rowe <ro...@excc.ex.ac.uk>.
> Note: I haven't actually tested this in mod_cache.  Very similar code 
> works very well elsewhere.

!!!!