Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8369920

HttpClient QuicSelectorThread could be a VirtualThread

XMLWordPrintable

    • Fix Understood

      When HTTP/3 is enabled, the HttpClient may use an additional platform thread for its QuicSelector, With recent updates to NIO/VirtualThreads that thread could now become a VirtualThread. This would avoid having each HttpClient instance use up two platform threads, one for the TCP SelectorManager, and one for the HTTP/3 QuicSelector

            dfuchs Daniel Fuchs
            dfuchs Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: