Skip to content

Use non-blocking network IO #86

Description

@NicolasT

Currently a thread/task is used per connection, which limits the number of outstanding HTTP connections the driver can use. This should be turned into event-based code (using sk_data_ready of struct sock, no way to use epoll in kernel-space?).

It should be possible for every SRB volume to be backed by 10s or 100s of HTTP connections (potentially to different endpoints).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions