-
Just wondering if anyone had any experience building/running a web server in aiohttp, is this reliable? I've been using it for a while but not necessarily in a commercial environment. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I have shared this discussion in our Discord Python channel, hopefully someone can share some experience on this 🤓 |
Beta Was this translation helpful? Give feedback.
-
This might be irrelevant as it would appear there are no clear benefits of using asyncio just for the sake of performance as it would appear that there is none http://calpaterson.com/async-python-is-not-faster.html |
Beta Was this translation helpful? Give feedback.
This might be irrelevant as it would appear there are no clear benefits of using asyncio just for the sake of performance as it would appear that there is none http://calpaterson.com/async-python-is-not-faster.html