-
Notifications
You must be signed in to change notification settings - Fork 132
Implement Parallel Downloading Feature in Drifty #654
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
Comments
Hello 👋! Thank you very much for raising an issue 🙌! The maintainers will get back to you soon for discussion over the issue! 🚀Meanwhile you can also discuss about the project in our Discord Server 😀 |
hey can i work on this issue? |
Hi @Sauhard74 👋! |
i would start with this current issue |
Good start 😀. |
@Sauhard74 How far did you progress? Did you face any problem? Please let me know. |
Hey can I work in this issue ? |
@khanshaki-r Yeah sure 😄. You can work on this issue if @Sauhard74 does not respond within a day. |
Summary
Implement a feature in Drifty to enable parallel downloading of multiple files simultaneously.
Motivation
Currently, Drifty downloads files sequentially, which can be time-consuming when downloading multiple files. Implementing parallel downloading of multiple files will significantly improve download speeds and efficiency.
Benefits
Proposed Solution
Modify the application to support initiating multiple downloads in parallel. Implement a download manager that can handle multiple download threads, each downloading a different file from the queue. Ensure that thread safety measures are implemented in classes involved in the download process, such as
ProgressBarThread
, to handle concurrent operations safely.Backlinks:
Requester: @SaptarshiSarkar12
The text was updated successfully, but these errors were encountered: