On Dec 14, 2007 11:33 PM, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> i guess thats my point, why do we need a message-passing framework as
> part of core? its outside the scope of a web app framework.
>
> i guess what i was hoping for, although i dont know if its possible,
> is installing a httpsessionattributelistener or something similar that
> can monitor the attributes in the session and then on the attribute
> changed we would check if its a page from another node and save it to
> disk. that way we piggy-back on whatever clustering mechanism the
> servlet container uses - we dont need to have our own parallel
> messaging framework to replicate the pages. like i said, dont know how
> feasible that is, matej should know more.

But one thing that is nice about this code I have here is that it
automatically discovers node, synchronizes new ones, etc. That's
exactly the stuff that you don't want to write yourself.

But, ok, let's hear from Matej :-)

Eeco

Reply via email to