Skip to content

Skip read lock to improve concurrency#100

Merged
rayluo merged 1 commit intodevfrom
skip-read-lock
Dec 1, 2021
Merged

Skip read lock to improve concurrency#100
rayluo merged 1 commit intodevfrom
skip-read-lock

Conversation

@rayluo
Copy link
Contributor

@rayluo rayluo commented Nov 12, 2021

An attempt to bypass the locking behavior when reading token cache. Most of the time, token cache is only serving read operation, so conceptually we will only need to lock once per hour. This would likely improve the concurrency a lot.

@jiasli

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants