Skip to content

Feature request : multi-threading for data download #9

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

Open
ltetrel opened this issue Sep 25, 2019 · 0 comments
Open

Feature request : multi-threading for data download #9

ltetrel opened this issue Sep 25, 2019 · 0 comments

Comments

@ltetrel
Copy link
Member

ltetrel commented Sep 25, 2019

I should do multi threading in case of multiple requirement files.
We do not want multi processing because we are not CPU bounded but I/O bounded in this case, so GIL is not a problem here. And multi threading is easier than multiprocessing because data is shared between threads.

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

1 participant