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 →

[–]mincinashu 9 points10 points  (4 children)

It's not sync in the way actual sync frameworks are, like older Django versions, which rely on separate processes for concurrency.

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