Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29908
| Date | 2012-09-24 13:50 +0200 |
|---|---|
| From | Tarek Ziadé <tarek@ziade.org> |
| Subject | Re: Fastest web framework |
| References | <DUB117-W80EE2285B5E415AA14B5B9919F0@phx.gbl> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1193.1348487402.27098.python-list@python.org> (permalink) |
On 9/23/12 11:19 AM, Andriy Kornatskyy wrote: > I have run recently a benchmark of a trivial 'hello world' application for various python web frameworks (bottle, django, flask, pyramid, web.py, wheezy.web) hosted in uWSGI/cpython2.7 and gunicorn/pypy1.9... you might find it interesting: > > http://mindref.blogspot.com/2012/09/python-fastest-web-framework.html > > Comments or suggestions are welcome. > > Thanks. > > Andriy Kornatskyy > I would try this with a web app that does more than 'Hello World' You may argue that you're just trying the server stack, but that's not realistic because you don't really measure how the server behaves with a real app. Have a look at https://github.com/mozilla-services/chaussette/blob/master/chaussette/util.py#L188 (setup_bench and teardow_bench have to be run on startup and tear down of the server) I would be curious to see how things goes then Cheers Tarek
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Fastest web framework Tarek Ziadé <tarek@ziade.org> - 2012-09-24 13:50 +0200
csiph-web