Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
2 answers
316 views

Equivalent of IBM's JVerb in Oracle for RDMA in Java

What is the equivalent of IBM's JVerb in Oracle, if I want to employ RoCE protocol for RDMA over Ethernet? Edit: Perhaps, JXIO is my best option?
GuSuku's user avatar
  • 1,531
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 ...
phoenix's user avatar
  • 3,169
4 votes
4 answers
1k views

Infiniband in Java

As you all know, OFED's Socket Direct protocol is deprecated and OFED's 3.x releases do not come with SDP at all. Hence, Java's SDP also fails to work. I was wondering what is the proper method to ...
RoboAlex's user avatar
  • 5,035
9 votes
6 answers
9k views

How to use DMA or RDMA in java?

"DMA" here means: Direct memory access, and "RDMA" is: remote direct memory access. I used Java to created an application to transfer stock data, but I found the latency is bigger than I expected. I ...
Freewind's user avatar
  • 199k