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
-
I can't recall when this was done exactly and what the related JIRA was for it, but currently there's only one MessageServiceClient being created in the MainServlet and shared amongst the various sessions. Marking this one as FIXED.