Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Implementing download accelerator into update functionality of Atom #5896

Closed
duytrung opened this issue Mar 8, 2015 · 4 comments
Closed
Labels
enhancement installer windows Issues that occur on Windows but not on other platforms.

Comments

@duytrung
Copy link

duytrung commented Mar 8, 2015

Hi,

I'm just wonder anyway to implement a multi-threading download accelerator alike wget into update functionality of Atom editor. This will make the update process take less time to download rather than traditional update. Whenever I update Atom, I feel like it never complete.

Conclusion: A functionality that allows Atom to update itself including major and plugins with:

  1. secure https download accelerator +
  2. integrity check (md5, sha512 hash).

How do you think about this?
Thanks for consideration.

@50Wliu 50Wliu added enhancement windows Issues that occur on Windows but not on other platforms. installer labels Mar 8, 2015
@anaisbetts
Copy link
Contributor

We already do an integrity check on the update, and I don't think downloading is the longest part of the update process. The most time consuming part of the Atom update process is reconstituting and applying the packages because there are so many small files (>11k files). This will improve considerably once Atom moves to ASAR and updates will be much faster (almost an order of magnitude)

@mehcode
Copy link
Contributor

mehcode commented Mar 8, 2015

For reference, this amazing improvement is being tracked in #5382

@damieng
Copy link
Contributor

damieng commented Feb 26, 2016

That PR has now been merged and should provide a faster update experience. Closing here.

@damieng damieng closed this as completed Feb 26, 2016
@lock
Copy link

lock bot commented Apr 12, 2018

This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks!

@lock lock bot locked and limited conversation to collaborators Apr 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement installer windows Issues that occur on Windows but not on other platforms.
Projects
None yet
Development

No branches or pull requests

5 participants