Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8278369 java/nio/channels/Channels/TransferTo.java hangs in testStreamContents
  3. JDK-8280944

Enable Unix domain sockets in Windows Selector notification mechanism

XMLWordPrintable

    • b09

        It may be possible to use UNIX domain sockets for the windows Selector notification mechanism despite the bug indicated in the parent report, since the channel never gets closed.

        Observations also show that no data is being lost due to the bug. i.e. even when one of the channels is closed all data is correctly sent and received. It is just the close notification that seems to get lost. That suggests the usage in the selector notification mechanism will not be affected.

        Unix domain sockets will otherwise remain disabled in the Windows public Pipe implementation until the windows issue is fixed.

              michaelm Michael McMahon
              michaelm Michael McMahon
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: