Uploaded image for project: 'VEND'
  1. VEND
  2. VEND-20

Improve Seam Concurrency request management

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Closed
    • Priority: Minor
    • Resolution: Won't Fix
    • Affects Version/s: NXSEAM-2.3.1.Final.NX01
    • Fix Version/s: NXSEAM-2.3.1.Final.NX03
    • Component/s: Seam
    • Tags:
    • Story Points:
      3

      Description

      The patch NXP-12487 tried to improve the way seam deals with Concurrent Request.

      But now that CoreSession is thread safe, each time there is a concurrent request allowed in seam, it picks up a new CoreSession and tend to empty session pool.

      This is particularly visible for instance if you keep pressing F5 in your browser in the JSF UI.

      It is not necessary to allow a concurrent request in seam if we detect that there is a new incoming one in the same conversation. We could simply throw an exception that would even not be display in the browser since it will have sent a newer one.

      Also, since NXP-16052, there now might be a way to properly interrupt and free a thread of which the answer is no longer expected.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                grenard Guillaume Renard
                Participants:
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: