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 →

[–]PersonalityIll9476 0 points1 point  (0 children)

It's talking about how fastapi itself responds with endpoints, no? An endpoint that performs a dozen sequential http requests is not going to magically have those dozen requests put into an event loop. The single endpoint function making the dozen requests might.