Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有许多服务器(集群)来运行相同的基于 TCP 长连接(apache mina 套接字)的应用程序。当一台服务器宕机时,其他服务器如何保持套接字连接,在不让客户端知道服务器宕机的情况下与客户端建立连接(失败) linux中的任何解决方案?谢谢。