Does Ice support RDMA(RemoteDirect Memory Access)? #1484
-
My transmission speed requirement is 60Gb/s, but I found that Ice's CPU usage rate is too high under the default configuration, resulting in the transmission speed not meeting the requirements. Therefore, I would like to know if Ice supports RDMA? |
Beta Was this translation helpful? Give feedback.
Answered by
bernardnormier
Jun 26, 2023
Replies: 1 comment 1 reply
-
Ice does not support RDMA. The reliable transports supported by Ice (TCP, WebSocket, Bluetooth RFCOMM...) are all "single data pipe" transports like TCP. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cqdjsp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ice does not support RDMA.
The reliable transports supported by Ice (TCP, WebSocket, Bluetooth RFCOMM...) are all "single data pipe" transports like TCP.