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

Multi-threading upload? #14

Open
kiyume107 opened this issue Dec 26, 2018 · 2 comments
Open

Multi-threading upload? #14

kiyume107 opened this issue Dec 26, 2018 · 2 comments

Comments

@kiyume107
Copy link

kiyume107 commented Dec 26, 2018

Hello,

Is it possible to add a multi-threading option?
The current version is quite stable for huge file uploading, though the overall speed performance might not seem to fully utilize the bandwidth available (or at least @ my environment, with max. bandwidth 100+ Mbps, but only 20~30 Mbps for a single thread)
(At least in my case) Multi-threading would boost quite a lot for uploading a large number of files.

I have tried to open multiple instances of this program, but I'm not sure if the upload list is shared between the instances, so I just gave up fiddling with multi-instances LOL

Thanks for the very nice tool & updates!

@moisespr123
Copy link
Owner

It may be possible to implement such feature, but I'll have to see how to handle the progress bar since it's specifically made to display the progress of one file.

Have you tried changing the upload chunk setting or having the file copied to RAM before uploading?

@kiyume107
Copy link
Author

As for upload settings, yes, I have enabled the file-copied-to-RAM option.
The single-thread bandwidth issue also occurs when I try to upload my files with my browser, so it should most possibly be Google limiting single-thread upload speed (at least for me)
On the other hand, multi-threading might also benefit the case of uploading a folder with 1000+ image files @ 5-10 MB each quite a lot.

Thanks again!

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