Remix.run Logo
LtWorf 17 hours ago

I mean… if you have unlimited resources and unlimited speed, going multiprocess makes complete sense.

nlitened 15 hours ago | parent [-]

But if you don’t, you don’t use Python anyway

LtWorf 12 hours ago | parent [-]

Maybe you have finite time to do the implementation and your task is IO bound? (which is where using async makes sense, by the way)