Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Fix Version/s: EE-3.3.0.GA, 4.0.BETA, 4.0
-
Component/s: Push Library
-
Labels:None
-
Environment:n/a
-
Assignee Priority:P1
Description
In the ICEmobile MobileShowcase demo we now notice that log storms often, but not always, occur after reloading the web context of the application. These did not occur with the previous ICEpush release. Within a minute thousands of logs can rack up, causing browser instability.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Introduced PushStormDetectionServer which detects when (25) consecutive requests arrive at close intervals (at less than 700ms) and sends back an X-Connection=close command back to the bridge to shutdown completely the issuing of new requests.