Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6, 1.6.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:ICEfaces Asynchronous HTTP Server
Description
Currently with the ICEfaces Asynchronous HTTP Server 1.6.x releases, one MessageServiceClient is created for each Session, which results in one MessageReceiver thread being created for each Session as well! We should look into trying to achieve the goal of having only one MessageServiceClient per Servlet Context that can be used by all Sessions. Fixing this will rely on the refactoring that needs to be done mentioned in ICE-1675.
Issue Links
- depends on
-
ICE-1675 Framework specific ID (ICEfaces ID and view number) handling breaks multiple portlets on a page
- Closed
Activity
Jack Van Ooststroom
created issue -
Jack Van Ooststroom
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Jack van Ooststroom [ jack.van.ooststroom ] |
Jack Van Ooststroom
made changes -
Jack Van Ooststroom
made changes -
Fix Version/s | 1.7 [ 10080 ] | |
Priority | Major [ 3 ] | Critical [ 2 ] |
Ken Fyten
made changes -
Priority | Critical [ 2 ] | Major [ 3 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.1 [ 10122 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Jack Van Ooststroom
made changes -
Fix Version/s | 1.7.1 [ 10122 ] |
Jack Van Ooststroom
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Depends on the refactoring to be done for
ICE-1675.