<font size="2">Earl, </font><font size="2">that sounds interesting - but are you sure Pressflow does that currently; all I&#39;ve located so far is this ancient</font><font size="2"> module </font><font size="2">(by David Strauss) <a href="http://drupal.org/project/pressflow_preempt">http://drupal.org/project/pressflow_preempt</a></font><font size="2"> that mentions such functionality (&quot;</font>Based on the performance data Preempt collects, it may choose to rebuild cached items during cron operations.<font size="2">&quot;). <br>

I&#39;m looking further, of course, but if you have an URL for more info on that I&#39;d much appreciate it.<br><br></font><br style="color: rgb(102, 102, 102);"><br>
<br><br><div class="gmail_quote">On Mon, Oct 18, 2010 at 17:04, Earl Miles <span dir="ltr">&lt;<a href="mailto:merlin@logrus.com">merlin@logrus.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div><div></div><div class="h5">On 10/18/2010 3:22 AM, Tomáš Fülöpp (<a href="http://vacilando.org" target="_blank">vacilando.org</a>) wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; In D6, after all caches are cleared, or after a lot of them expire and<br>
&gt; get emptied by cron, the server load spikes seriously because all such<br>
&gt; caches need to be re-populated.<br>
&gt;<br>
&gt; Since this happens more and more on sites I work on, I have been<br>
&gt; thinking about using another approach in my modules, in the sense that<br>
&gt; caches would be /refreshed/ rather than cleared and re-populated. Each<br>
&gt; cache refresh would run depending on e.g. a simple variable storing last<br>
&gt; time stamp of any other cache refresh.<br>
&gt;<br>
&gt; This would assure that a) all cached values would be available at all<br>
&gt; times, b) caches would never be re-calculated all at the (near) same time.<br>
&gt;<br>
&gt; I am about to write logic for this, but wanted to first check with<br>
&gt; others in the list -- perhaps some of you know or can point to an<br>
&gt; elegant solution that already exists.<br>
<br>
</div></div>This is the Pressflow caching model. When David Strauss first got into<br>
Drupal, he did a lot of work with this kind of thing, where caching<br>
wasn&#39;t done when requested, but on cron.<br>
</blockquote></div><br>