-Dcom.ibm.nio.rdma.EPollSelectorProvider (Linux® only)
Use the EPoll selector when enabling Java™ Sockets over RDMA (JSOR) to increase the number of concurrent clients that are supported in Java client and server testing from 200 to 1000. This selector also reduces latency in the channel selection process.
The RDMA implementation, which was
previously deprecated is removed from IBM® SDK, Java Technology Edition, Version 8.
- -Dcom.ibm.nio.rdma.EPollSelectorProvider=[true|false]
-
When you are enabling JSOR for Java NIO client or server applications, you can specify the -Dcom.ibm.nio.rdma.EPollSelectorProvider=true property to use the EPoll selector. The default Poll selector will be used if the property value is false. See JSOR limitations (Linux only) for more information about the limitations of the Poll and EPoll selectors.
To use this property, you must also set the -Dcom.ibm.nio.rdma.conf property. See -Dcom.ibm.nio.rdma.conf (Linux only) for more information about this property.
