hackeryarn@lemmy.world to Python@programming.dev · 18 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 · 18 days agomessage-square13linkfedilink
minus-squarehackeryarn@lemmy.worldOPlinkfedilinkarrow-up1·18 days agoThis is running with concurrent requests. 64 workers firing request to be exact.
This is running with concurrent requests. 64 workers firing request to be exact.
That sounds like plenty. Cool!