PEP 444 only addresses half of the problem - it would let you use
@tornado.web.asynchronous and RequestHandler.flush() in a WSGI
environment, but because you're not running in an IOLoop you wouldn't
be able to use AsyncHTTPClient, asyncmongo, or other asynchronous
libraries.
Is your interest in uWSGI mainly because of familiarity, or is there
something specific that uWSGI offers that you don't get with Tornado
alone?
-Ben