-
In a pubsub system it is often happens that same buffer has to be sent to mutliple connections. Does SEND_ZC support buffer reuse in multiple SQEs concurrently? what about fixed buffers? |
Beta Was this translation helpful? Give feedback.
Answered by
isilence
Feb 20, 2023
Replies: 1 comment
-
It's fine as long as nobody modifies the buffer until all requests are completed with their notifications. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
redbaron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's fine as long as nobody modifies the buffer until all requests are completed with their notifications.