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


Groups > comp.lang.python > #29852 > unrolled thread

Re: Fastest web framework

Started byDwight Hutto <dwightdhutto@gmail.com>
First post2012-09-23 15:28 -0400
Last post2012-09-23 15:28 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#29852 — Re: Fastest web framework

FromDwight Hutto <dwightdhutto@gmail.com>
Date2012-09-23 15:28 -0400
SubjectRe: Fastest web framework
Message-ID<mailman.1151.1348428518.27098.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web