Native methods and virtual threads
Alan Bateman
Alan.Bateman at oracle.com
Fri Jul 14 19:37:28 UTC 2023
On 14/07/2023 20:28, Brian S O'Neill wrote:
> What are some of the ideas being discussed, other than using io_uring
> for the JDK file API?
Look at JEP 418 as an example, that allows you to deploy an
InetAddressResolver that releases the carrier during lookup operations.
The JDK built-in implementation smooths over this right now by
temporarily increasing parallelism during lookup operations.
-Alan
More information about the panama-dev
mailing list