Hi,
Sorry to repost..but I didn't get any replies. I am wondering how Orion
handles session fail-over? Does it replicate each session to all servers on
the cluster? Or does it do like WebLogic and SilverStream where it
replicates the session to only a second server for performance gains? If so,
and the "buddy" dies, does it find another buddy to replicate to (probably
via some pinging between the servers every few seconds to make sure they are
all active still). If the main one dies does the buddy take over as the main
session and try to find another buddy? Mostly this is for the front-end
servlet container fail-over. Also, does it automatically load-balance
between the cluster as well?
Thanks.