ICEfaces
  1. ICEfaces
  2. ICE-992

BlockingServlet uses synchronize(this)

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.5
    • Fix Version/s: 1.5.2
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      Operating System: All
      Platform: All

      Description

      Since servlets are singletons, synchronizing on the actual servlet is probably a
      bit too course. As we've seen from Since servlets are singletons, synchronizing on the actual servlet is probably a
      bit too course. As we've seen from bug 1010, when something deadlocks,
      everybody coming in will jam up waiting for the lock to be released. This can
      be mitigated to some extent by synchronizing on something a bit less broad., when something deadlocks,
      everybody coming in will jam up waiting for the lock to be released. This can
      be mitigated to some extent by synchronizing on something a bit less broad.

        Activity

          People

          • Assignee:
            Ted Goddard
            Reporter:
            Deryk Sinotte
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: