hackeryarn@lemmy.world to Python@programming.dev · 15 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@lemmy.world to Python@programming.dev · 15 days agomessage-square13linkfedilink
minus-squarehackeryarn@lemmy.worldOPlinkfedilinkarrow-up2·13 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.