[bug] sun.nio.ch.PipeImpl uses local TCP/IP connections
Alan Bateman
Alan.Bateman at oracle.com
Thu Dec 3 12:35:20 UTC 2015
On 03/12/2015 11:56, Matthias-Christian Ott wrote:
> :
>
> Suggested fix:
>
> sun.nio.ch.PipeImpl should use anonymous pipe. It seems that supported
> versions of Microsoft Windows can create millions of handles and is not
> limited to the dynamic port range.
That was the original proposal back in JDK 1.4 when this API was being
developed. There were several issues at the time, including I think
security issues on the versions of Windows at the time, and I don't
think anyone has got back to it. So best to create an issue for it and
bring a patch to nio-dev to discuss.
-Alan
More information about the core-libs-dev
mailing list