Replies: 1 comment
-
This is related: #3215 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the FastAPI web framework, why is httpx so much worse than aiohttp when facing high concurrent requests? They both reuse the same client instance.
test code
wrk test result
python version: Python 3.10.12
operating system: mac os m1 pro
requirements
Beta Was this translation helpful? Give feedback.
All reactions