back

by mark_l_watson·16y ago·view on hn ↗
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.

1 comments
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.