Java Sockets over Remote Direct Memory Access (JSOR) (Linux only)
JSOR provides a mechanism for existing plain and NIO stream
Java™ sockets applications to take advantage of high
performance networking infrastructures, such as InfiniBand. Application performance can
be improved by reducing network latency and improving network bandwidth between Java server and client configurations.


Remote Direct Memory Access (RDMA) is enabled by specifying a runtime configuration file that has a similar format to a Sockets Direct Protocol (SDP) configuration file. When RDMA is enabled, the traditional TCP socket transparently switches to an RDMA socket. This connection allows client and server end points to communicate over the InfiniBand switch fabric at increased data transfer rates when compared to traditional Ethernet connections.