[ http://jira.jboss.com/jira/browse/JBAS-60?page=comments#action_12310927 ]
     
Ben Wang commented on JBAS-60:
------------------------------

I was thinking about that when I implemented it. But decided agaisnt implment 
it from scratch since I thought it will re-invent the wheel. The only downside 
I see is the session map. Other than that, I don't see a lot of stuffs that we 
can't control.

As for direct access tree cache, we can't do that because what stores in the 
cache now is the marshalled object while the in-memory one is un-marshalled 
one. It will be too costly to access the marshalled object every time.

But I am revisiting the event notification mechanism now. After discussion with 
Bela, I may have a solution to this problem. If I do, I will implement it in 
both head and 4.0.2.

-Ben

> JBossCache based http session replication does not handle load balanced 
> requests
> --------------------------------------------------------------------------------
>
>          Key: JBAS-60
>          URL: http://jira.jboss.com/jira/browse/JBAS-60
>      Project: JBoss Application Server
>         Type: Bug
>     Versions: JBossAS-4.0.1 Final, JBossAS-4.0.0 Final
>     Reporter: Scott M Stark
>     Assignee: Ben Wang
>      Fix For:  JBossAS-4.0.2RC1

>
> Original Estimate: 1 week
>         Remaining: 1 week
>
> The current http session replication on top of JBossCache does not handle a 
> load balanced request scenario due to the fact that the associated session 
> manager does not listen for node change events to know when to update the 
> local session store. Either the session manager needs to be rewritten to not 
> use a second level store of attributes, or the it needs to listen for the 
> update events.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to