Skip to content

Use async IO for socket reading #81

@DieracDelta

Description

@DieracDelta

A significant bottleneck is the socket reading of the nix logs. We should do some kind of async io here. There's two compelling options:

  • use monoio and the prebuilt io_uring socket stuff
  • use io_uring directly

Decide on an option, then implement it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions