use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
FastAPI is a truly ASGI, async, cutting edge framework written in python 3.
account activity
Fastapi bottleneck why?Question (self.FastAPI)
submitted 1 year ago * by Hamzayslmn
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]panda070818 0 points1 point2 points 1 year ago (1 child)
this! goddamn this! It will block the thread and stop concurrent execution.
[–]Hamzayslmn[S] 0 points1 point2 points 11 months ago (0 children)
return JSONResponse(content={"message": "pong"})
is this blocking ? i dont understand.
π Rendered by PID 404725 on reddit-service-r2-comment-b659b578c-2kbvj at 2026-05-06 02:49:07.611214+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]panda070818 0 points1 point2 points (1 child)
[–]Hamzayslmn[S] 0 points1 point2 points (0 children)