Skip to content

Improve libcurl use to improve performance with lower thread count #786

@vuule

Description

@vuule

Explore using libcurl's multi-handle interface to reduce the CPU utilization when reading remote files.

Not yet clear if we can simply batch slices into a single request, or if multiple read calls from the queue should be grouped into a single multi-handle call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    c++Affects the C++ API of KvikIOimprovementImproves an existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions