os-fpga / 1st-CLaaS

Framework for developing and deploying FPGA logic in the cloud as a microservice for web and cloud applications
BSD 3-Clause "New" or "Revised" License
197 stars 42 forks source link

Async in webserver #35

Open stevehoover opened 5 years ago

stevehoover commented 5 years ago

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