Hacker News new | ask | show | jobs
by pythonaut_16 2142 days ago
Which should allow a Django instance to serve more concurrent requests.

Making views async won't do much to make an individual request faster (besides keeping it from being blocked by other slower requests).