Hi,
We are looking for feedback on a new draft networking JEP.
JEP draft: HTTP over Unix Domain Sockets
This JEP proposes support for Unix domain sockets (UDS) in the HTTP
client
and server APIs
in the JDK, and in the jwebserver command line tool.
UDS allows higher performance and security when both client and
server
are located on the same system,
or when communicating between
containers on the same system,
as compared with TCP/IP sockets through the
loopback interface.
The JEP is located at the link below.
https://openjdk.org/jeps/8377806
I have set the reply-to of this message
to [email protected]
where we would like to receive any feedback.
Regards,
Michael McMahon
Volkan Yazici