Visit Azul.com Support

Datagram Channel Optimization

Need help?
Schedule a consultation with an Azul performance expert.
Contact Us
Looking for Zing?
The Azul Zing Virtual Machine is now Azul Zulu Prime Builds of OpenJDK and part of Azul Platform Prime.
Learn more

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.