what is the best way to support High availability
Hello all
i have application that making remote application invocation using some times corba and sometimes
web services but this is not the impotent issue the issue is that i need support High availability with the application server .
that is how to detect when the application server is down and how to connect to the second one when
i need to support it programmatically
i know the ips of my backup servers so i could connect them when my main server is down.
remote invocation is preformed .is there any well known pattern or way ?
i know that the simple form is round robin algurithem. ?

