Does anyone know how Orion works in a clustered environment with HttpSession
fail-over? I see that SilverStream AND WebLogic both do a "buddy" type of
system, where the HttpSession of one server is failed-over to a second
server only. If one dies..it then tries to find another server to be its
buddy. It does NOT replicate each session out to every machine on the n-tier
which allows for much faster performance (assuming the more computers you
add the slower it would get to replicate to every session on every machine).
So how does Orion do it? Is it a buddy type of system..or does it replicate
out to every server? Also, does it store sessions to the HD (local) or is
that configurable to go to a networked drive (one that is presumably failed
over as well).

Thanks.


Reply via email to