You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 whatwepoll
did, but it would be nice to do some benchmarking and figure out the optimal number for our use case.The text was updated successfully, but these errors were encountered: