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

Async in webserver #35

Open
stevehoover opened this issue Oct 30, 2019 · 0 comments
Open

Async in webserver #35

stevehoover opened this issue Oct 30, 2019 · 0 comments

Comments

@stevehoover
Copy link
Collaborator

Everything about the Tornado webserver (and host C++ for that matter, but that should be filed separately) is serial. I had to upgrade to Python 3 before utilizing async functions. I did the upgrade, but not the use of async.

See:
https://docs.python.org/3/library/asyncio-task.html
https://www.tornadoweb.org/en/stable/faq.html

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

1 participant