By bloid
via berlinbrowndev.blogspot.com
Published: Aug 16 2008 / 10:17
The following represents a set of toy benchmark results for various web application servers including ErlyWeb, Hunchentoot, Django and other application servers. The goal was to test out of the box performance through a simple VIEW page. For example, I was trying to avoid static files but going through the controller and the view. In the Rails example, there is a simple controller that then activates the view template.
Comments
frank@revsys.com replied ago:
Using the default Django server in your benchmark is a bad idea. It's not designed for production use, but development and won't be nearly as fast as Apache/mod_python or Apache/mod_wsgi.
Voters For This Link (4)
Voters Against This Link (2)