On Fri, Oct 7, 2011 at 1:21 PM, Leonardo Santagada <span dir="ltr">&lt;<a href="mailto:santagada@gmail.com">santagada@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
No one complains about it, but Solr does do a warmup phase while<br>
bringing the server up before starting to serve real requests.</blockquote><div><br></div><div><br></div><div>FWIW, this is something I often do with Flask and Werkzeug (on PyPy and gunicorn) after restarting - pass a tuple of rules (think named urlpatterns in Django) to a function which a) looks them up in the Map, and b) hits them a few times to &quot;get the system going&quot;. There wasn&#39;t really much science behind my setting this up, only that I didn&#39;t like how long the first request took. (:</div>
<div><br></div><div>Best regards,</div><div>Jeremy Sandell</div></div>