J.H. wrote: > Jakub Narebski wrote: >> >> P.S. When searching CPAN for existing modules for caching and CGI >> caching I have found Cache::Adaptive::ByLoad which does what >> caching-gitweb does, I'm not sure about quality of this code, though. It uses Cache::Cache, by the way. >> and some solutions in newer caching interfaces, >> either CHI or Cache, which try to avoid thundering horde problem. > > Interesting - my have to take a look at that. CHI uses either 'busy_lock [DURATION]' (bump expiration time), or 'expires_variance [FLOAT]' for fuzzy expiration time matching. Cache has LRU and FIFO removal strategies. -- Jakub Narebski Poland -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html