Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
romange
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've used
IORING_OP_{SEND,RECV}MSG
so far just because they are the most powerful API calls for socket communication.Now, based on discussions here, I learned that there are some performance implications when using vectored calls.
If we are discussing this I would like to understand which calls are "heavier" than others.
msg_iovlen
lengths (say overall sum less than K bytes) into a single buffer?Beta Was this translation helpful? Give feedback.
All reactions