Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

experiment with optimizing Actix using SO_REUSEPORT #364

Open
YassinEldeeb opened this issue Jan 24, 2024 · 0 comments
Open

experiment with optimizing Actix using SO_REUSEPORT #364

YassinEldeeb opened this issue Jan 24, 2024 · 0 comments

Comments

@YassinEldeeb
Copy link
Member

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/

@theguild-bot theguild-bot mentioned this issue Jan 24, 2024
63 tasks
This was referenced May 7, 2024
@theguild-bot theguild-bot mentioned this issue May 23, 2024
63 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant