Simon Willison’s Weblog

Subscribe

Sunday, 27th September 2020

Inevitably we got round to talking about async.

As much of an unneeded complication as it is for so many day-to-day use-cases, it’s important for Python because, if and when you do need the high throughput handling of these io-bound use-cases, you don’t want to have to switch language.

The same for Django: most of what you’re doing has no need of async but you don’t want to have to change web framework just because you need a sprinkling of non-blocking IO.

Carlton Gibson # 3:09 pm

2020 » September

MTWTFSS
 123456
78910111213
14151617181920
21222324252627
282930