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

Improve multithreaded scalability of InetAddress cache

XMLWordPrintable

    • b29

        java.net.InetAddress caches results from name service lookups to improve performance and minimize load on name services. The caching mechanism was designed before java.util.concurrent existed and is using locking algorithms. This scales poorly with multithreaded hardware. Tools exist today that can improve multithreaded scalability of InetAddress cache.

              plevart Peter Levart
              plevart Peter Levart
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: