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

Figure out the optimal number of sockets to use per AFD handle #121

Open
notgull opened this issue Jun 15, 2023 · 0 comments
Open

Figure out the optimal number of sockets to use per AFD handle #121

notgull opened this issue Jun 15, 2023 · 0 comments

Comments

@notgull
Copy link
Member

notgull commented Jun 15, 2023

This comment says that an arbitrary number of sockets can be used per AFD handle. However, wepoll limits it to 32, as apparently it gets slower to cancel requests the more sockets are associated with the handle. I just did 32 sockets because that's what wepoll did, but it would be nice to do some benchmarking and figure out the optimal number for our use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant