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

Parallel Chunk Upload #105

Closed
davidchase opened this issue Sep 16, 2013 · 4 comments
Closed

Parallel Chunk Upload #105

davidchase opened this issue Sep 16, 2013 · 4 comments

Comments

@davidchase
Copy link

Hi,
I was wondering if this is possible or maybe planned to do parallel or multiple chunk uploads?

Possibly using web workers or something along those lines...

Thank you in advanced

@steffentchr
Copy link
Member

It's should actually work as is now -- the simultaneousUploads parameter controls how many, well, simultaneous chunk uploads you want to run. I'll usually opt for 3-4 workers to boost speeds.

@davidchase
Copy link
Author

@steffentchr thank you for the quick reply :) , if i may ask did you notice significant performance gains when using multi chunk uploads with web workers?

@steffentchr
Copy link
Member

@davidchase This blog post did some basic testing of that premise, so you may be able to use it as a starting point? http://kufli.blogspot.dk/2012/06/speedier-upload-using-nodejs-and.html

@davidchase
Copy link
Author

@steffentchr That blog post is definitely a good starting point, but I was hoping for something more in the lines of implementing web workers with your library or something along those lines... thank you

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

No branches or pull requests

2 participants