Robit,

Going down this road it appears that we will be using a database to
store the session information.  From What I have seen with JSF - at
least our implementation we are looking at around 20 MB in the session
per user.

So, now the question is, is what I am seeing in the session high for a
JSF application - for a non JSF application it is very high.

-----Original Message-----
From: Rohit Kelapure [mailto:kelap...@gmail.com] 
Sent: Monday, September 26, 2011 9:28 PM
To: MyFaces Discussion
Cc: Robert E Goff
Subject: Re: Issues with MyFaces and Clusters

David,

Please take a look at

Update All Session Attributes option -  Horrible for performance, but
fixes
issues like this.
http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=%2
Frzamy%2F50%2Fadmin%2Fhelp%2Fuprs_rtuning_parameters.html

--Thanks,
Rohit

On Mon, Sep 26, 2011 at 3:09 PM, Boyd, David (Corporate) <
david.b...@adesa.com> wrote:

> I am having some issues with clustering an application with session
> affinity enabled on Websphere Application Server.
>
>
>
> We are using:
>
>
>
> MyFace 1.1.7
>
> Tomahawk 1.1.5
>
> JDK 1.5
>
> WebSphere 7 - Fix Pack 13
>
>
>
> I am wondering if this is a known issue with this version of My Faces.
>
>
>
> What appears to be happening is that in the application, when a
session
> object is accesses and the data is changed, the change event is not
> being triggered and therefore the change is not being pushed out to
all
> the servers in the cluster.
>
>
>
> It looks like this version of my faces is accessing the session object
> via the getter but, it is making a change to the reference and
therefore
> not calling the setter method.
>
>
>
> Looking for some confirmation on this issue or possible a
configuration
> that needs to be done.
>
>
>
> Thanks
>
>
>
>
>
>
>
>

Reply via email to