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
Depends on the refactoring to be done for
ICE-1675.