Skip to content

Feature request : multi-threading for data download #9

Open
@ltetrel

Description

@ltetrel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions