On Sep 11, 11:07 pm, andrei <[email protected]> wrote:
> http://www.tornadoweb.org/documentation#performance
>
> Why does Django perform better than webpy under apache+mod_wsgi?
I raised that same point in discussion on web2py list where they are
also talking about Tornado. Frankly their results are a bit suspect.
They use what is effectively a hello world application with light
weight framework with Tornado compare to heavy weight Django. Lets see
Django run on Tornado for proper comparison. Or even compare to WSGI
hello world running on both Tornado and Apache/mod_wsgi.
Either way, Tornado will suffer same problems that running WSGI on
nginx/mod_wsgi will.
http://blog.dscpl.com.au/2009/05/blocking-requests-and-nginx-version-of.html
So, it might be good for custom built even driven systems, but don't
get your hopes of for it being a general purpose WSGI server.
Graham
> On Sep 10, 11:48 pm, Aaron Swartz <[email protected]> wrote:
>
>
>
> > Bret Taylor's written his second web.py clone (his first was Google
> > App Engine's webapp). Does someone want to see if they can port web.py
> > to talk to his nonblocking webserver:
>
> >http://www.tornadoweb.org/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---