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

SSL session cache can cause a scalability bottleneck

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • None
    • 7u111
    • security-libs

      The class sun.security.ssl.SSLSessionContextImpl maintains caches for the sessions reuse.
      Access to the cache from threads is serialized.
      It was reported that under heavy load the time of waiting for the turn to access the synchronized methods overweights the time of creating a new session.

      Currently there's no way to avoid using the cache.
      A new flag should be introduced that would allow to avoid using the cache and thus avoid the bottleneck.

            igerasim Ivan Gerasimov
            shadowbug Shadow Bug
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: