[pypy-dev] Benchmarking PyPy performance on real-world Django app

Jeremy Sandell jlsandell at gmail.com
Fri Oct 7 20:13:24 CEST 2011


On Fri, Oct 7, 2011 at 1:21 PM, Leonardo Santagada <santagada at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20111007/30d71498/attachment.html>


More information about the pypy-dev mailing list