Visit Azul.com Support

Datagram Channel Optimization

Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

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.