4 ms·
It sounds like the author makes a blanket claim to avoid asynchronous functions, even when using an inherently asynchronous web framework (FastAPI), which would
by jb_gericke 1y ago
It sounds like the author makes a blanket claim to avoid asynchronous functions, even when using an inherently asynchronous web framework (FastAPI), which would negate any FastAPI asynchronous concurrency gains.
- ashishb 1y ago> It sounds like the author makes a blanket claim to avoid asynchronous functions, even when using an inherently asynchronous web framework (FastAPI), which would negate any FastAPI asynchronous concurrency gains. FastAPI is faster than the other popular framework, Flask (I posted data supporting that), even without using async. I only suggested that one should use their discretion when using async. When did I suggest not to write async code?