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


Groups > comp.lang.python > #29852

Re: Fastest web framework

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!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <dwightdhutto@gmail.com>
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; 'python': 0.09; 'django,': 0.09; 'received:mail- vb0-f46.google.com': 0.09; 'sep': 0.09; 'cc:addr:python-list': 0.10; 'looked': 0.10; "'hello": 0.16; '-it': 0.16; 'wrote:': 0.17; 'numerical': 0.17; 'string,': 0.17; 'received:209.85.212.46': 0.18; 'work,': 0.22; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; 'run': 0.28; 'hosted': 0.30; 'returned': 0.30; 'basic': 0.30; 'function': 0.30; 'running': 0.32; 'received:google.com': 0.34; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'operating': 0.36; 'systems,': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'fact': 0.38; 'several': 0.39; 'application': 0.40; 'header:Received:5': 0.40; 'skip:u 10': 0.60; 'different': 0.63; 'skip:n 10': 0.63; 'benchmark': 0.84; 'overlooked': 0.84; 'to:addr:live.com': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qWo+pBHZKVPWJOX8DsrcIaP16lffNmExOCWCHaI39xI=; b=bnZ5C7N50V69HavQq7timwOTAOUcmcmdgUfkgWkhyY6WzhdJZP198l1M2sSM9zG7od WImO6INj9T2GvOKY/0tJpbdPNi3MXEPeqOLYHEt64FR80sNll02voIVm+mc62Wku+J5k rdQ0/zGqAsEtx10TgTcmdB8Etbv7pC0Wx9G1CxuIKz9/kjgdlkiVErUl2w7k6RHFeI9x 8hiLgcRHzud5om8EyrPpez3AMQ5klxdwA97yAtjb458HiQGX7hT3OdTJ3FTU+McQ+rnI JYJxB5HUfAndbW6eImLSD3P7/QyjF/hH1b+D4/c1ZnZ31YEZdAMYRyWAkMQ7H4SLH14X hs/g==
MIME-Version 1.0
In-Reply-To <DUB117-W80EE2285B5E415AA14B5B9919F0@phx.gbl>
References <DUB117-W80EE2285B5E415AA14B5B9919F0@phx.gbl>
Date Sun, 23 Sep 2012 15:28:35 -0400
Subject Re: Fastest web framework
From Dwight Hutto <dwightdhutto@gmail.com>
To Andriy Kornatskyy <andriy.kornatskyy@live.com>
Content-Type text/plain; charset=ISO-8859-1
Cc python-list@python.org
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.1151.1348428518.27098.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1348428518 news.xs4all.nl 6977 [2001:888:2000:d::a6]:33500
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:29852

Show key headers only | View raw


On Sun, Sep 23, 2012 at 5:19 AM, Andriy Kornatskyy
<andriy.kornatskyy@live.com> 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

There are other considerations that must be made when running a 'hello world'.

-It is a basic string, but no numerical benchmarks.

-You've overlooked the fact that different OS's have other processes
at work, which need to be looked at

-and a function which performed several tasks(a string, and
numerical), and then returned the result on seveal operating systems,
with non-essential processes turned off

-etc

-- 
Best Regards,
David Hutto
CEO: http://www.hitwebdevelopment.com

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


Thread

Re: Fastest web framework Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-23 15:28 -0400

csiph-web