I have many servers (cluster) to run same application based TCP long connection(apache mina socket). When one server goes down, how other servers can keep the socket connection, established with the client alive without letting client know of the server down (failure) Any solution in linux? thanks.
Asked
Active
Viewed 392 times
0
-
What does "the client can be unknown to the the server-down failure" mean? – user207421 Jun 18 '12 at 10:01
-
The server-down failure is transparent to client.the client need not reconnect to server. – L.J.W Jun 18 '12 at 12:35