Java Sockets Direct Protocol

As you know, Sockets Direct Protocol (SDP) provides access to high-performance network connections, such as those provided by InfiniBand

Can someone please give me a good example of how I can use Sockets Direct Protocol (SDP) java?

+3
source share
1 answer

If you are using a recent version of Solaris or OpenSolaris, I think you are all set to try something like that.

Linux requires the use of the libsdp library and external kernel modules available from OpenFabrics (OFED), there seems to be a strong desire to get modules on the Linux mainline, but the OFED guys seem to be rubbing the kernel developers in the wrong way for some of the issues raised.

Here is a useful configuration guide for Infiniband for Debian Linux, which provides detailed information on how to configure and compile OFED kernel modules and the libsdp library, etc. that you can follow the SDP section of this guide to get SDP working and testing.

, , JDK7, M12, . , SDP, API-, , Socket 'old' IO SocketChannel NIO ( AIO JDK7:). , , , SDP, JVM Sockets/SocketChannels SDP, SDP-. , , , SDP- , .

Windows , .

:

Alan Bateman SDP ( Oracle JDK SDP)

+6

All Articles