Live data from Hacker News

Benchmark of Python web servers

nichol.as

11–12 of 12 posts

Re: Benchmark of Python web servers

#12

Interesting and I liked the CherryPy results. I used CherryPy a lot 5 to 6 years ago back in my Python using days -- simple and does the job. That said, database access, network latency, caching, etc. are so important that you might as well just use the framework you like, then tune if required.

They are WSGI servers. Which one you choose probably only depends on the speed it can interface WSGI to itself to the client, how reliable it is, and so on. The framework you choose is a different layer, on top of WSGI.
Post reply on HN