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

http download via libcurl should be single threaded #12

Closed
ouned opened this issue Apr 4, 2015 · 0 comments
Closed

http download via libcurl should be single threaded #12

ouned opened this issue Apr 4, 2015 · 0 comments
Assignees
Milestone

Comments

@ouned
Copy link
Member

ouned commented Apr 4, 2015

in the moment http-downloads on the clientside are implemented in a seperate thread which is controlled in a, well, pretty ugly way from the main thread. It could be implemented better by downloading chunks every frame. (http://curl.haxx.se/libcurl/c/curl_multi_fdset.html)

@ouned ouned self-assigned this Apr 19, 2015
@ouned ouned added this to the Version 1.1 milestone Apr 29, 2015
@ouned ouned closed this as completed in 6b980e2 Jul 31, 2015
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

1 participant