Replies: 2 comments 1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
https://trio.readthedocs.io/en/latest/reference-io.html#asynchronous-filesystem-i-o great article about your question |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that the aiohttp uses standard logging for tracking the library activity, But the logging module is threading safe, namely it contains many acquire and release lock operations. will this cause a bad performance to aiohttp in high concurrency environment?
Beta Was this translation helpful? Give feedback.
All reactions