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

Download: sequential instead of parallel #42

Closed
diskostu opened this issue Oct 22, 2012 · 8 comments
Closed

Download: sequential instead of parallel #42

diskostu opened this issue Oct 22, 2012 · 8 comments

Comments

@diskostu
Copy link

Hi there,

just a minor enhancement request: if you have many downloads, it can take quite a while for the first one to finish as the downloads are parallel. Perhaps you could add an option so the downloads can also be sequential?

@danieloeh
Copy link
Member

That makes a lot of sense for large downloads like episodes, but in my opinion this can slow things down when downloading many small files like feeds or images. So i will probably make it the default behavior for episode downloads instead of adding another checkbox because i would like to avoid that if possible.

@diskostu
Copy link
Author

Okay, sounds great!

On Mon, Oct 22, 2012 at 6:54 PM, danieloeh notifications@github.com wrote:

That makes a lot of sense for large downloads like episodes, but in my
opinion this can slow things down when downloading many small files like
feeds or images. So i will probably make it the default behavior for
episode downloads instead of adding another checkbox because i would like
to avoid that if possible.


Reply to this email directly or view it on GitHubhttps://github.com//issues/42#issuecomment-9671542.

@cz8s
Copy link

cz8s commented Oct 22, 2012

maybe change the behavior to download a maximum of 3 files in parallel ? I often use the wireless to download the latest podcasts before I leave. So I want all of them as fast as possible. I think, downloading three in parallel would be a good compromise ?

@diskostu
Copy link
Author

Sounds like a good compromise indeed.
Purely sequential download is perhaps not the best idea as sometimes,
servers are slow ;) but 3 parallel should do it.

On Mon, Oct 22, 2012 at 8:41 PM, Christoph notifications@github.com wrote:

maybe change the behavior to download a maximum of 3 files in parallel ? I
often use the wireless to download the latest podcasts before I leave. So I
want all of them as fast as possible. I think, downloading three in
parallel would be a good compromise ?


Reply to this email directly or view it on GitHubhttps://github.com//issues/42#issuecomment-9675406.

@danieloeh
Copy link
Member

In the current version, the maximum number of parallel downloads is 4. I stream most of the episodes i listen to, so i'm not sure what's the best solution in this scenario. But changing it to 3 wouldn't make such a big difference, would it?

@diskostu
Copy link
Author

I wasn't aware of the fact that the current maximum is 4. Yesterday, I
started about 15 downloads (small episodes) und every download had the text
"downloading...", so I assumed there's no maximum. Maybe you could change
the text to "queued..." for the queued items?
Am 22.10.2012 21:37 schrieb "danieloeh" notifications@github.com:

In the current version, the maximum number of parallel downloads is 4. I
stream most of the episodes i listen to, so i'm not sure what's the best
solution in this scenario. But changing it to 3 wouldn't make such a big
difference, would it?


Reply to this email directly or view it on GitHubhttps://github.com//issues/42#issuecomment-9677411.

@danieloeh
Copy link
Member

That's strange. When i started 5 downloads on my device, the fifth one didn't have any status message at all. In the new version (0.9.5.3) all queued downloads have the status message "download pending". I have chosen that instead of "queued" because i have already had that as a translated string resource.

@diskostu
Copy link
Author

Sorry Daniel, you're right: pending downloads have no status (in 0.9.5.2),
just checked that again. So everything's fine ;)
Am 23.10.2012 11:47 schrieb "danieloeh" notifications@github.com:

That's strange. When i started 5 downloads on my device, the fifth one
didn't have any status message at all. In the new version (0.9.5.3) all
queued downloads have the status message "download pending". I have chosen
that instead of "queued" because i have already had that as a translated
string resource.


Reply to this email directly or view it on GitHubhttps://github.com//issues/42#issuecomment-9696229.

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

4 participants