Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-1035

Servers should avoid reading key/values multiple times per request

XMLWordPrintable

      When Infinispan servers need to decode keys and values only once per request, otherwise it can generate a lot of garbage byte[]s instances. This is particularly important when bigger key/values are used. The way to do that is tell Netty about intermediate stages of reading a request so that the entire request is not re-read if the entire request has not been read in one go.

            rh-ee-galder Galder ZamarreƱo
            rh-ee-galder Galder ZamarreƱo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: