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

Improve speed of check-for-updates #124

Closed
4 of 6 tasks
edsko opened this issue Sep 28, 2015 · 1 comment
Closed
4 of 6 tasks

Improve speed of check-for-updates #124

edsko opened this issue Sep 28, 2015 · 1 comment

Comments

@edsko
Copy link
Contributor

edsko commented Sep 28, 2015

This involves:

In an ideal scenario, we would avoid reading the existing tarfile altogether, and literally just append to it; after all, even just copying a 200 MB file is not immediate. This would also mean we would need to

  • Compute the hash incrementally
  • Give up on updating the file atomically (and might therefore need to introduce some kind of locking policy, perhaps with an auxiliary file).
@edsko edsko added this to the Phase 1 milestone Sep 28, 2015
@edsko edsko self-assigned this Sep 28, 2015
@edsko
Copy link
Contributor Author

edsko commented Dec 18, 2015

Issues with the CDN are outside the scope of the security project proper. Have opened separate ticket about incrementally computing the hash (#130), but it's not a priority for now. Closing this.

@edsko edsko closed this as completed Dec 18, 2015
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

1 participant