hackeryarn to Python@programming.dev · 7 days agoWhat async really means for your python web app?hackeryarn.comexternal-linkmessage-square13linkfedilinkarrow-up122arrow-down13
arrow-up119arrow-down1external-linkWhat async really means for your python web app?hackeryarn.comhackeryarn to Python@programming.dev · 7 days agomessage-square13linkfedilink
minus-squarehackeryarnOPlinkfedilinkarrow-up2·5 days agoI totally agree with you. This article was really a response to a lot of hype around async web servers in Python. I kind of knew what to expect, but wanted to throw real numbers against it. I was surprised to see a 10x slowdown with the async switch in Django.
I totally agree with you. This article was really a response to a lot of hype around async web servers in Python.
I kind of knew what to expect, but wanted to throw real numbers against it. I was surprised to see a 10x slowdown with the async switch in Django.