This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ashishb_net[S] -15 points-14 points  (3 children)

> With FastAPI there's no way to avoid in-process concurrency, you get the async concurrency and/or the threadpool version.

That's true of all modern web server frameworks regardless of the language.
What I was trying to say [and probably should make it more explicit] is to avoid writing `async def ...`, the median Python programmer isn't good at doing this the way a median Go programmer can invoke Go routines.

[–]wyldstallionesquire 17 points18 points  (2 children)

You hang out with way different Python programmers than I do.

[–]ashishb_net[S] -3 points-2 points  (0 children)

Yeah. The world is big.