Reputation: 349
I have an application written in c++. I am running this application in 2 different servers with same instance id. So with linux HA, i can able to send the calls to master server. Once master server goes down, backup server starts recieving the calls. Can we do samething using keepalived instead of linux HA?
Upvotes: 0
Views: 76
Reputation: 85
I must highlight that I don't know much about Linux HA but why not use a proxy tool like HAProxy? it can handle and balance your instances....
Or if you want your instances to always be up, you can supervise them using tools like supervisor...
I must say that I don't really understand the question but hope that my answer is at least in the zone...
Upvotes: 0