Good point. Forwarding to the mailing list. Feel free join, even only to pitch 
in this discussion.
On the web2py list we do not mind learning more about new frameworks.

Massimo

On Sep 26, 2012, at 1:36 PM, Andriy Kornatskyy wrote:

> 
> Massimo,
> 
> Let me please add my two cents as to why simple benchmark like `hello world` 
> is important.
> 
> Before I step in, a link to live demo:
> 
> http://wheezy.pythonanywhere.com/
> 
> The home page of this application is rendered at the speed of `hello world` 
> application.
> 
> hello world - 23318 rps
> home page - 21144 rps (see 
> http://mindref.blogspot.com/2012/07/python-fastest-template.html at real 
> world example section)
> 
> With content caching:
> http://packages.python.org/wheezy.http/userguide.html#content-cache
> 
> and cache dependency:
> 
> http://packages.python.org/wheezy.caching/userguide.html#cachedependency
> 
> any of your dynamic page turns into `hello world` application performance.
> 
> Please share this with your team as you find this appropriate.
> 
> Thanks.
> 
> Andriy Kornatskyy
> 
> P.S. asserts over things like ip address are essential, but must still be 
> optional. Once bug in application server has been fixed those checks have no 
> sense. Paranoia? Why not just simply certify certain application servers to 
> be TRUSTED... there are no so much to assert to say this is bad idea.

-- 



Reply via email to