On Fri, Oct 7, 2011 at 1:21 PM, Leonardo Santagada <santag...@gmail.com>wrote:

> No one complains about it, but Solr does do a warmup phase while
> bringing the server up before starting to serve real requests.



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 "get the system going". There wasn't really much science
behind my setting this up, only that I didn't like how long the first
request took. (:

Best regards,
Jeremy Sandell
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to