Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-4650

Improve concurrency of requests for the same session when using distributed web sessions

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Minor
    • None
    • 9.0.0.CR1
    • Clustering
    • None

    Description

      Many people are encountering lock timeouts when using the asynchronous servlet API in concert with distributed web sessions.
      Our default configuration (pessimistic, REPEATABLE_READ isolation) effectively serializes access to the session.
      Currently, we require locking on every request, since all requests involve updating the last access timestamp of the session. We should relax this constraint, such that only session attribute modifications require locking.

      Attachments

        Activity

          People

            pferraro@redhat.com Paul Ferraro
            pferraro@redhat.com Paul Ferraro
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: