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 downloads #2

Open
brtmr opened this issue Oct 26, 2015 · 1 comment
Open

parallel downloads #2

brtmr opened this issue Oct 26, 2015 · 1 comment

Comments

@brtmr
Copy link
Owner

brtmr commented Oct 26, 2015

Podcasts should be downloaded concurrently, so that slow servers do not slow the downloading down.

@shiribailem
Copy link
Contributor

Been toying around with wrapping the download streams in threading.Thread objects.

Was thinking there were other ways to wrap, but settled on that method as it allows better to later add progress tracking as well (as the master thread could better get status from these objects).

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