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

unbuffered channels on bundle upload #215

Merged
merged 1 commit into from
Jun 24, 2019
Merged

Conversation

ransomw1c
Copy link
Contributor

this patch is comparable to diff #167 towards iss #152 regarding concurrency patterns, specifically the preference for using unbuffered channels.

unlike #167 , this implementation additionally allows for limits on concurrency (number of files being uploaded at a time).

@ransomw1c
Copy link
Contributor Author

this is still a sketch: more needs to be done by way of error-handling in particular.

also, the implementation needs to be cleaned up with regard to memory usage, keeping #171 in mind.

@ransomw1c ransomw1c changed the title [wip] unbuffered channels on bundle upload unbuffered channels on bundle upload Jun 21, 2019
@ransomw1c ransomw1c marked this pull request as ready for review June 21, 2019 20:12
@ransomw1c ransomw1c merged commit a2c2e43 into master Jun 24, 2019
@ransomw1c ransomw1c deleted the i171-bundlepack--wip branch June 24, 2019 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants