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: 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 To: Subject: RE: Fastest web framework Date: Sun, 23 Sep 2012 22:48:38 +0300 Importance: Normal In-Reply-To: References: , 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 > On Sun=2C Sep 23=2C 2012 at 5:19 AM=2C Andriy Kornatskyy > wrote: > > > > I have run recently a benchmark of a trivial 'hello world' application = for various python web frameworks (bottle=2C django=2C flask=2C pyramid=2C = web.py=2C wheezy.web) hosted in uWSGI/cpython2.7 and gunicorn/pypy1.9 > > There are other considerations that must be made when running a 'hello wo= rld'. > > -It is a basic string=2C but no numerical benchmarks. The basic string in return was chosen to benchmark framework code in proces= sing a simple thing and measure the overhead related. In other words how ef= fective the framework is inside. > -You've overlooked the fact that different OS's have other processes > at work=2C which need to be looked at > -and a function which performed several tasks(a string=2C and > numerical)=2C and then returned the result on seveal operating systems=2C > with non-essential processes turned off There were minimal processes running on both client and server=2C and even = if some have had CPU/network activity it was not so important to the worklo= ad both client and server=A0experienced due to test performed.=A0 Hope I understood you correctly. Thanks. Andriy =