Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'frameworks': 0.05; 'welcome.': 0.07; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; "'hello": 0.16; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'interesting:': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'roy': 0.16; 'throughput': 0.16; 'wrote:': 0.17; 'stefan': 0.17; 'bit': 0.21; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; '(which': 0.26; 'header:X-Complaints-To:1': 0.28; 'all.': 0.28; 'run': 0.28; 'comparison': 0.29; 'probably': 0.29; 'framework': 0.30; 'hosted': 0.30; 'url:2012': 0.30; 'towards': 0.32; 'received:84': 0.32; 'comments': 0.33; 'to:addr:python-list': 0.33; 'likely': 0.33; 'thanks': 0.34; 'posting': 0.35; 'something': 0.35; 'received:org': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'application': 0.40; 'header:Received:5': 0.40; 'skip:u 10': 0.60; 'matter': 0.61; 'real': 0.61; 'url:p': 0.63; 'worth': 0.63; 'world': 0.63; 'more': 0.63; 'url:blogspot': 0.64; 'benchmark': 0.84; 'mind:': 0.84; 'received:arcor-ip.net': 0.84; 'received:pools.arcor-ip.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Stefan Behnel Subject: Re: Fastest web framework Date: Sun, 23 Sep 2012 17:50:20 +0200 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: dslb-084-056-001-024.pools.arcor-ip.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348415438 news.xs4all.nl 6960 [2001:888:2000:d::a6]:49209 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29819 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