NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Not quite following (Score:1)
Re: (Score:1)
Removing the need for STAT_TTL is a minor convenience.
But a more interesting improvement is in two main scenarios.
Firstly, when you don't want to load all your templates, but you still don't want to allow for infinite cache growth.
Anything loaded before the fork should NEVER be destroyed, as the mere recycling of that memory becomes the USE (and bloat) of that memory. Better to isolate the "free" templates from the rest of the caching logic.
And secondly, it's a much simpler cache (just a hash) compared to t