The lock granularity is too coarse, causing goroutines to be blocked in high concurrency scenarios. #3662
Class-public
started this conversation in
Ideas
Replies: 2 comments
-
With 400 concurrent requests, this function will blocking and takes 800ms to complete. Should we consider optimizing it? |
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
-
Beta Was this translation helpful? Give feedback.
All reactions