I need a light/high performance/low cpu usage web framework use at google appengin, I am not sure which if fit for this between the default webapp framework of GAE and tornado web framework.
FYI
Well, any way, I have decide to use tornado template instead of the django template on GAE.
Tornado is fast, but I don't know is it also fast on GAE, and asynchronize response feature is unavariable on WSGI environment. But, I think if tornado do some work it's able to work at CGI environment which GAE use.