> The tornado doc says as much ..
>
> "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. "
> --  http://www.tornadoweb.org/documentation#wsgi-and-google-appengine

They are taking about running Tornado applications as wsgi. I'm trying
to do the other way.

Anand
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to