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.
是否可以在一个端口上运行两个 NIO Server 套接字?我将 Apache MINA 用于服务器套接字。我在端口 8090 上运行一台服务器,同时是否可以在同一端口上运行另一台服务器?
如果它们都使用 TCP,则不会,除非它们都绑定到不同的接口。究竟有什么意义?他们都会坐在那里接受连接。一个和一千个一样好。