Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimizing cache cleanup #5

Open
aschmahmann opened this issue May 19, 2021 · 0 comments
Open

Optimizing cache cleanup #5

aschmahmann opened this issue May 19, 2021 · 0 comments

Comments

@aschmahmann
Copy link
Contributor

As part of #4 we switched to using a single mutex protecting the resolver caches for both reading and writing. While a mutex is pretty cheap compared to a network call we should be able to separate out the deleting from the reading so that we can restore read-write mutex usage.

@vyzo's recommendation for this #4 (comment)

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

No branches or pull requests

1 participant