ASGI is a newer spec that uses async for everything (what is not really a great ideia if you is not IO bounded), so you can process more than one request at a time with ASGI if you are IO bounded, but have more overhead (a lot more) than WSGI in non IO bounded work
[+] [-] zach_garwood|3 years ago|reply
[+] [-] cirospaciari|3 years ago|reply