PUBLIC   marks

ON THIS LINK

Tornado Web Server Documentation

by greut

Tornado comes with limited support for WSGI. However, since WSGI does not support non-blocking requests, you cannot use any of the asynchronous/non-blocking features of Tornado in your application if you choose to use WSGI instead of Tornado's HTTP server. Some of the features that are not available in WSGI applications: @tornado.web.asynchronous, the httpclient module, and the auth module.

in other words: WSGI sucks

Comments

No comment on this link yet. React !


PUBLIC TAGS
on this link

http   py   python   server   use   web   wsgi  

BY

greut
the 11/09/2009 at 06:50