Ionrock Dot Org

by Eric Larson

My Weblog

App Server Performance Thoughts

It is always interesting to see that CherryPy is included in Python web server benchmarks. I think it is a testament to the code base being considered a standard option as well as signifying that it is a reasonably fast base to consider other options. Often times it is not the fastest option, but at the same time, rarely is the most time spent simply responding to the request. Databases and application logic traditionally takes much longer than serving the response.

Posted Thu Sep 10 19:52:27 2009 by Eric Larson
Created using Python, jQuery and Emacs