Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-3540

Support use of virtual threads

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Critical Critical
    • None
    • None
    • None
    • None

      RESTEasy uses thread local object pooling to store application data. This is not great for virtual threads as they have to copy the object pool to each thread.

      There is also a lot of synchronized blocks used as well as ConcurrentHashMap usages. These all need to be examined and usages, where applicable, should use locks.

            jperkins-rhn James Perkins
            jperkins-rhn James Perkins
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: