Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dose tornado 6.x not support convert tornado app to WSGI app? #2792

Closed
woostundy opened this issue Dec 16, 2019 · 3 comments
Closed

dose tornado 6.x not support convert tornado app to WSGI app? #2792

woostundy opened this issue Dec 16, 2019 · 3 comments

Comments

@woostundy
Copy link

I found that there is no WSGIAdapter in wsgi.py.
Why tornado remove it? will it back in feature?

@ploxiln
Copy link
Contributor

ploxiln commented Dec 16, 2019

see #2377 and #2371

@bdarnell
Copy link
Member

WSGIAdapter is gone and won't be coming back. It only ever supported a subset of Tornado's features, and is difficult to make compatible with asyncio. Now you must use Tornado's HTTP server to use the tornado.web classes; if you want to use a WSGI server use a framework designed for WSGI.

@woostundy
Copy link
Author

WSGIAdapter is gone and won't be coming back. It only ever supported a subset of Tornado's features, and is difficult to make compatible with asyncio. Now you must use Tornado's HTTP server to use the tornado.web classes; if you want to use a WSGI server use a framework designed for WSGI.

Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants