Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

experiment with optimizing Actix using SO_REUSEPORT #364

@YassinEldeeb

Description

@YassinEldeeb

suggested by @dotansimha

SO_REUSEPORT, actix is not using it by default, and it could give a serious boost in http performance. other gateways/proxies (nginx, envoy) are using it because it allows them to have more concurrent connections.

we can enable it in actix, but it requires to create a custom TcpListener

https://lwn.net/Articles/542629/

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