Skip to content

io_uring buffer performance #692

Answered by davidzeng0
davidzeng0 asked this question in Q&A
Discussion options

You must be logged in to vote

Ok I tried using different buffers per connection for epoll and that seemed to bring down the performance to a point where it gets consistently outperformed by io_uring. I think my issue was at significantly higher number of connections (6144) the overhead of having that many sockets is the main bottleneck instead of the recv/send buffer addresses

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
1 reply
@davidzeng0
Comment options

Comment options

You must be logged in to vote
11 replies
@davidzeng0
Comment options

@davidzeng0
Comment options

@isilence
Comment options

@davidzeng0
Comment options

@isilence
Comment options

Answer selected by davidzeng0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants