Datagram Channel Optimization
Azul Platform Prime includes an on-by-default optimization for faster send and receive calls on NIO DatagramChannels. This optimization can be controlled with the following system property settings:
-
java.nio.channels.DatagramChannel.useQuickJavaReceive
- uses fast implementation of the receive method. -
java.nio.channels.DatagramChannel.useQuickJavaSend
- uses fast implementation of send method.
All options are boolean.