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

Performance issues with InetAddress.getHostAddress

XMLWordPrintable

    • generic
    • solaris_2.5.1


      kevin.kluge@Eng 1997-05-07

      I had to cache the results of calling this function in the Java
      Web Server because it's so expensive. The problem is all of
      the calls to new that it makes. The new operation requires
      getting the global heap lock, which causes a lot of lock
      contention, which prohibits programs from scaling.

      It sure would be nice if this function would call new less
      often.

            Unassigned Unassigned
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: