In a situation in which my primary server fails.I don't want my application to go down but the application to start fetching information form a backup server which is my Pc(Located someplace else) which has a backup pf the Data till the main server is fixed or up !
feedback
|
|
I'd start by looking at using a load balancer. It provides a layer of abstraction between incoming traffic and the actual hardware, so if something fails, you can gracefully switch to hosting from another machine. | |||||
feedback
|