ICEfaces
  1. ICEfaces
  2. ICE-4987

IE freezes of connection limitation

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Incomplete
    • Affects Version/s: 1.8.1
    • Fix Version/s: 1.8.2
    • Component/s: Bridge
    • Labels:
      None
    • Environment:
      IE6 IE7

      Description

      IE browser has by default a connection limitation of 2 connections at time.
      The push mechanism (long pooling) already blocks one of these lines while the other one is often reserved for the regular communication.
      This invokes a freeze of the browser (also the window itself).
      After a while (like timeout of the connection) the browser retrieves a response and the user can work again.

      With FF no problem happens (no connection limitation).

      I have found an ugly workaround by setting in the registry the maximal connection limitation on 16.
      The problem seems to disappear. But I can't tell our customer to do that hack.

      If I set ...

      <context-param>
          <param-name>com.icesoft.faces.synchronousUpdate</param-name>
          <param-value>true</param-value>
      </context-param>

      ... it works fine.

        Activity

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Julien Studzinski
          • Votes:
            6 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: