Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #29819

Re: Fastest web framework

From Stefan Behnel <stefan_ml@behnel.de>
Subject Re: Fastest web framework
Date 2012-09-23 17:50 +0200
References <mailman.1110.1348392023.27098.python-list@python.org> <roy-49DA49.10022823092012@news.panix.com>
Newsgroups comp.lang.python
Message-ID <mailman.1122.1348415438.27098.python-list@python.org> (permalink)

Show all headers | View raw


Roy Smith, 23.09.2012 16:02:
> 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.
> 
> That's a nice comparison, thanks for posting it.
> 
> One thing that's worth pointing out, however, is that in a real world 
> application, as long as you're using something halfway decent, the speed 
> of the framework is probably not going to matter at all.  It's much more 
> likely that database throughput will be the dominating factor.

Yes, that makes the comparison (which may or may not be biased towards his
own engine) a bit less interesting. Worth keeping this in mind:

http://www.codeirony.com/?p=9

Stefan

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Fastest web framework Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-09-23 12:19 +0300
  Re: Fastest web framework Roy Smith <roy@panix.com> - 2012-09-23 10:02 -0400
    Re: Fastest web framework Stefan Behnel <stefan_ml@behnel.de> - 2012-09-23 17:50 +0200
    Re: Fastest web framework Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-23 18:20 +0100
    RE: Fastest web framework Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-09-23 20:42 +0300
    Re: Fastest web framework Stefan Behnel <stefan_ml@behnel.de> - 2012-09-23 19:48 +0200
    RE: Fastest web framework Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-09-23 20:57 +0300
    RE: Fastest web framework Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-09-23 21:15 +0300
    RE: Fastest web framework Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-09-23 21:16 +0300
    RE: Fastest web framework Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-09-23 21:17 +0300
    RE: Fastest web framework Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-09-23 21:41 +0300

csiph-web