Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29853
| 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!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.014 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'frameworks': 0.05; 'python': 0.09; 'django,': 0.09; 'sep': 0.09; 'cc:addr:python- list': 0.10; 'looked': 0.10; 'server,': 0.15; "'hello": 0.16; '-it': 0.16; 'string': 0.17; 'wrote:': 0.17; 'numerical': 0.17; 'string,': 0.17; 'thanks.': 0.21; '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; 'run': 0.28; 'measure': 0.29; 'overhead': 0.29; 'words': 0.29; 'framework': 0.30; 'hosted': 0.30; 'minimal': 0.30; 'returned': 0.30; 'basic': 0.30; 'function': 0.30; 'code': 0.31; 'running': 0.32; 'correctly.': 0.33; 'from:addr:live.com': 0.33; 'there': 0.35; 'but': 0.36; 'client': 0.36; 'test': 0.36; 'operating': 0.36; 'systems,': 0.37; 'subject:: ': 0.38; 'fact': 0.38; 'some': 0.38; 'several': 0.39; 'application': 0.40; 'skip:u 10': 0.60; 'different': 0.63; 'effective': 0.63; 'skip:n 10': 0.63; 'due': 0.66; 'benchmark': 0.84; 'overlooked': 0.84; 'charset:windows-1251': 0.97 |
| X-Originating-IP | [213.130.16.2] |
| From | Andriy Kornatskyy <andriy.kornatskyy@live.com> |
| To | <dwightdhutto@gmail.com> |
| Subject | RE: Fastest web framework |
| Date | Sun, 23 Sep 2012 22:48:38 +0300 |
| Importance | Normal |
| In-Reply-To | <CA+vVgJWuy-QDhO4Zf4cvWqjeh4vd+4yjSUFDtQbGV4RZ2CMLXQ@mail.gmail.com> |
| References | <CA+vVgJWuy-QDhO4Zf4cvWqjeh4vd+4yjSUFDtQbGV4RZ2CMLXQ@mail.gmail.com> |
| Content-Type | text/plain; charset="windows-1251" |
| Content-Transfer-Encoding | quoted-printable |
| MIME-Version | 1.0 |
| X-OriginalArrivalTime | 23 Sep 2012 19:48:38.0121 (UTC) FILETIME=[6CC6A590:01CD99C4] |
| 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.1152.1348429787.27098.python-list@python.org> (permalink) |
| Lines | 33 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1348429787 news.xs4all.nl 6895 [2001:888:2000:d::a6]:36566 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:29853 |
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. The basic string in return was chosen to benchmark framework code in processing a simple thing and measure the overhead related. In other words how effective the framework is inside. > -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 There were minimal processes running on both client and server, and even if some have had CPU/network activity it was not so important to the workload both client and server experienced due to test performed. Hope I understood you correctly. Thanks. Andriy
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
RE: Fastest web framework Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-09-23 22:48 +0300
csiph-web