07-21-07 12:22 AM
During some performance analysis of our WebSphere Portal 5.1 portal, we saw
some unsettling numbers from the resource analyzer for sessions. We devised
a focused test to dig deeper into this.
We have a single page with one struts portlet and two web clipping portlets.
When a user goes to this page, the the live session count for the server g
oes to 3. The struts portlet application I know is tapping into the session
, so I expect to see 1. Bu
t why wouuld the web clipping portlets create sessions?
If we expand the resource analyzer session detail, we can see statictics for
each *.war file, such as wps.war, our portlet application's *.war file, and
the Web Portlets containign the web clipping portlets. It confused us even
more than both wps.war and
our portlet applications' WAR showed sessions!
Why does wps.war (the portal) and our portlet application (ourportletapp.war
) get a session? Aren't the portlet sessions just part of the overall HttpS
ession?
And why are the web clipping portlets incurring a session?
[ Post a follow-up to this message ]
|