All Questions
1 question
4
votes
2
answers
2k
views
Java Sockets on RDMA (JSOR) vs jVerbs performance in Infiniband
I have basic understanding of both JSOR and jVerbs.
Both handle limitations of JNI and use fast path to reduce latency. Both of them use user Verbs RDMA interface for avoiding context switch and ...