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
I use jucx to send information through sendTaggedNonBlocking. When the message is less than 32KB, I grab the packet and find the rdma send operation used. At this time, the performance is better than tcp. However, when the message size is greater than 32KB, the rdma read operation used for packet capture and sending is much slower than tcp. why
The text was updated successfully, but these errors were encountered:
I use jucx to send information through sendTaggedNonBlocking. When the message is less than 32KB, I grab the packet and find the rdma send operation used. At this time, the performance is better than tcp. However, when the message size is greater than 32KB, the rdma read operation used for packet capture and sending is much slower than tcp. why
The text was updated successfully, but these errors were encountered: