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


Groups > comp.lang.python > #29925

RE: Fastest web framework

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <andriy.kornatskyy@live.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.025
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'argument': 0.04; 'frameworks': 0.05; 'welcome.': 0.07; 'python': 0.09; '(it': 0.09; 'django,': 0.09; 'other,': 0.09; 'sep': 0.09; "'hello": 0.16; 'interesting:': 0.16; 'stuff,': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'tests': 0.18; 'skip:- 40': 0.21; 'all,': 0.21; 'thanks.': 0.21; 'runs': 0.22; 'split': 0.23; 'to:2**1': 0.23; 'second': 0.24; 'header:In-Reply-To:1': 0.25; 'question': 0.27; "doesn't": 0.28; 'run': 0.28; 'adequate': 0.29; 'cases.': 0.29; 'date:': 0.29; 'url:mailman': 0.29; 'framework': 0.30; 'hosted': 0.30; 'performing': 0.30; 'url:2012': 0.30; 'writes': 0.30; 'url:python': 0.32; 'computer.': 0.32; 'to:no real name:2**1': 0.32; 'url:listinfo': 0.32; 'comments': 0.33; 'from:addr:live.com': 0.33; 'to:addr:python-list': 0.33; 'faster': 0.35; 'fastest': 0.35; 'really': 0.36; 'subject:': 0.36; 'but': 0.36; 'url:org': 0.36; 'email addr:python.org': 0.36; 'skip:p 20': 0.36; 'why': 0.37; 'quite': 0.37; 'subject:: ': 0.38; 'perform': 0.38; 'from:': 0.38; 'to:addr:python.org': 0.39; 'application': 0.40; 'url:mail': 0.40; 'skip:u 10': 0.60; 'most': 0.61; 'kind': 0.61; 'distance': 0.62; 'email name:python-list': 0.62; 'series': 0.63; 'effective': 0.63; 'more': 0.63; 'url:blogspot': 0.64; 'real-world': 0.65; 'tasks.': 0.65; 'computers': 0.69; 'bag': 0.75; 'benchmark': 0.84; 'boots': 0.84; 'picture': 0.96; 'charset:windows-1251': 0.97
X-Originating-IP [213.130.16.2]
From Andriy Kornatskyy <andriy.kornatskyy@live.com>
To <marduk@letterboxes.org>, <python-list@python.org>
Subject RE: Fastest web framework
Date Mon, 24 Sep 2012 23:17:19 +0300
Importance Normal
In-Reply-To <1348515720.16099.4.camel@stretch>
References <1348515720.16099.4.camel@stretch>
Content-Type text/plain; charset="windows-1251"
Content-Transfer-Encoding quoted-printable
MIME-Version 1.0
X-OriginalArrivalTime 24 Sep 2012 20:17:20.0082 (UTC) FILETIME=[998ECB20:01CD9A91]
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1208.1348517907.27098.python-list@python.org> (permalink)
Lines 51
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1348517907 news.xs4all.nl 6928 [2001:888:2000:d::a6]:55035
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:29925

Show key headers only | View raw


Try to see 'Hello World' benchmark as an answer to the question how effective is the framework inside...

If computer X boots faster than Y, it means it is more effective in this particular area.

If a sportsman runs a distance 1 second faster than other, he got a medal (it is not quite adequate to say if I load sportsman with 50 kilo bag he will not run that fast... just try split the concerns).

Thanks.

Andriy


----------------------------------------
> Subject: Re: Fastest web framework
> From: marduk@letterboxes.org
> To: python-list@python.org
> Date: Mon, 24 Sep 2012 15:42:00 -0400
>
> On Sun, 2012-09-23 at 12:19 +0300, 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.
> >
>
> The thing I don't like about these benchmarks is.. they tell you which
> framework is best for writing a trivial 'hello world' application. But
> no one writes trivial 'hello world' applications. A
> framework/programming language/software package/what-have-you. Can be
> really fast for trivial stuff, but perform much less favorably when
> performing "real-world" tasks. It's kind of the same argument that's
> used when people say X computer boots faster than Y computer. That's
> nice and all, but I spend much more of my time *using* my computer than
> *booting* it, so it doesn't give me a good picture of how the computers
> perform. This is why most "good" benchmarks run a series various tests
> based on real-world use cases.
>
> -a
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
 		 	   		  

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


Thread

RE: Fastest web framework Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-09-24 23:17 +0300

csiph-web