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

Introduce policies for managing worker-side cache #1254

Open
yunseong opened this issue Nov 6, 2017 · 0 comments
Open

Introduce policies for managing worker-side cache #1254

yunseong opened this issue Nov 6, 2017 · 0 comments

Comments

@yunseong
Copy link
Contributor

yunseong commented Nov 6, 2017

We are introducing worker-side cache in #1251 (which was raised #803), however, we currently refresh the cached values in a naive way; we fetch new parameters periodically (e.g., every 10 seconds).

We need to implement the policies and one potential solution in our mind is SSP, where the parameters are refreshed according to the staleness bound (wei et al, SoCC'15, PDF).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants