Shane Hathaway on March 25th, 2009

I have been planning to compare mod_wsgi with paste.httpserver, which Zope 3 uses by default.  I guessed the improvement would be small since parsing HTTP isn’t exactly computationally intensive.  Today I finally had a good chance to perform the test on a new linode virtual host.
The difference blew me away.  I couldn’t believe it at [...]

Continue reading about The Fastest WSGI Server for Zope