http://calpaterson.com/async-python-is-not-faster.html - статья с бенчмарком wsgi фреймворков и асинхронных фреймворков цифры которой все же стоит проверить, но все тесты и код присутствует в ссылке на гитхаб внутри
есть и перевод этой статьи - https://habr.com/ru/company/ruvds/blog/507570/ и в комментариях понятно написано почему данная статья не совсем правильна
#benchmarking #frameworks #asyncio #wsgi
есть и перевод этой статьи - https://habr.com/ru/company/ruvds/blog/507570/ и в комментариях понятно написано почему данная статья не совсем правильна
#benchmarking #frameworks #asyncio #wsgi
calpaterson.com
Async Python is not faster
Async Python is slower than "sync" Python under a realistic benchmark. A bigger worry is that async frameworks go a bit wobbly under load.
https://www.appdynamics.com/blog/engineering/an-introduction-to-python-wsgi-servers-part-1/
https://www.appdynamics.com/blog/engineering/a-performance-analysis-of-python-wsgi-servers-part-2/ - 2 статьи о различных wsgi серверах
#wsgi #benchmarking
https://www.appdynamics.com/blog/engineering/a-performance-analysis-of-python-wsgi-servers-part-2/ - 2 статьи о различных wsgi серверах
#wsgi #benchmarking
Application Performance Monitoring Blog | AppDynamics
Intro to Python WSGI Servers: Part 1 | What is Python WSGI Server
In part 1 of our Python WSGI Server series, learn what is WSGI and get information on WSGI server types, their framework, and compatibilities