How to handler TCP long connection failover?
I have many linux servers (cluster) to run same application.Application use C/S structure,client connect to server using TCP long connection(server is basing apache mina socket framework). my question is : When one server shutdown, how other servers can keep the socket connection established between the failure server and the clients?
so the server-down failure is transparent to client and the client need not reconnect to server?
Thanks
L.J.W
|