What async really means for your python web app? - hackeryarn

What async really means for your python web app? - hackeryarn

Articles

Async Python web benchmarks show that for most Django apps hitting a database, well-tuned synchronous setups with connection pooling outperform async frameworks, making async far from the free performance win many expect.