ICEfaces
  1. ICEfaces
  2. ICE-4716

Use EnvironmentAdaptingServlet only for the blocking connection

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8.1
    • Fix Version/s: 1.8.2-RC1, 1.8.2
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      server

      Description

      Currently one object stack, which includes the Thread Blocking environment or ARP (Asynchronous Request Processing) adaptation, is used to handle both blocking and non-blocking requests. As this can cause non-blocking requests to potentially interact with the semaphore logic as well, we should consider introducing an additional object stack in order to separate blocking and non-blocking request handling.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #19072 Wed Jul 15 16:49:49 MDT 2009 mircea.toma ICE-4716 Use EnvironmentAdaptingServlet only for 'receive-updated-views' requests.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/MainSessionBoundServlet.java
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/MainServlet.java
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/SessionDispatcher.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #19074 Wed Jul 15 17:15:55 MDT 2009 mircea.toma ICE-4716 Fix how EnvironmentAdaptingServlet is used in PushServer.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/push-server/src/org/icefaces/push/server/PushServlet.java
        Mircea Toma created issue -
        Mircea Toma made changes -
        Field Original Value New Value
        Assignee Mircea Toma [ mircea.toma ]
        Mircea Toma made changes -
        Salesforce Case []
        Fix Version/s 1.8.2 [ 10190 ]
        Hide
        Mircea Toma added a comment -

        Use EnvironmentAdaptingServlet only for 'receive-updated-views' requests. Refactor SessionDispatcher to not adapt anymore to the server environment.

        Show
        Mircea Toma added a comment - Use EnvironmentAdaptingServlet only for 'receive-updated-views' requests. Refactor SessionDispatcher to not adapt anymore to the server environment.
        Mircea Toma made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #19077 Thu Jul 16 13:17:02 MDT 2009 jack.van.ooststroom Fixed JIRA ICE-4716 : Use EnvironmentAdaptingServlet only for the blocking connection
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/push-server/src/org/icefaces/push/server/PushServlet.java
        Commit graph MODIFY /icefaces/trunk/icefaces/push-server/src/org/icefaces/push/server/SessionBoundServlet.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #19081 Fri Jul 17 08:59:28 MDT 2009 mircea.toma ICE-4716 Use EnvironmentAdaptingServlet only for 'send-updated-view' connection.
        Files Changed
        Commit graph MODIFY /icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/push/servlet/SessionDispatcher.java
        Commit graph MODIFY /icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/push/servlet/PushResourceHandler.java
        Commit graph MODIFY /icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/push/SessionBoundServer.java
        Mircea Toma made changes -
        Salesforce Case []
        Fix Version/s 2.0 [ 10032 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #19083 Fri Jul 17 11:33:25 MDT 2009 jack.van.ooststroom Fixed JIRA ICE-4716 : Use EnvironmentAdaptingServlet only for the blocking connection
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/push-server/src/org/icefaces/push/server/SessionBoundServlet.java
        Jack Van Ooststroom made changes -
        Salesforce Case []
        Description Only the blocking connection should be using EnvironmentAdaptingServlet to avoid unnecessary use of semaphores in case thread blocking strategy/adaptation is used. Currently one object stack, which included the Thread Blocking environment or ARP (Asynchronous Request Processing) adaptation, is used to handle both blocking and non-blocking requests. As this can cause non-blocking requests to potentially interact with the semaphore logic as well, we should consider introducing an additional object stack in order to separate blocking and non-blocking request handling.
        Jack Van Ooststroom made changes -
        Salesforce Case []
        Description Currently one object stack, which included the Thread Blocking environment or ARP (Asynchronous Request Processing) adaptation, is used to handle both blocking and non-blocking requests. As this can cause non-blocking requests to potentially interact with the semaphore logic as well, we should consider introducing an additional object stack in order to separate blocking and non-blocking request handling. Currently one object stack, which includes the Thread Blocking environment or ARP (Asynchronous Request Processing) adaptation, is used to handle both blocking and non-blocking requests. As this can cause non-blocking requests to potentially interact with the semaphore logic as well, we should consider introducing an additional object stack in order to separate blocking and non-blocking request handling.
        Ken Fyten made changes -
        Fix Version/s 1.8.2-RC1 [ 10210 ]
        Fix Version/s 2.0 [ 10032 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Mircea Toma
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: