像这样设置java rmi max连接
System.setProperty(“ sun.rmi.transport.tcp.maxConnectionThreads”,“ 100”);
设置为100时,rmi服务器只能同时处理10个连接
将值设置为小于10的数字(如5)时, 在客户端,只有5个连接将成功,最后一个将发生
Client exception: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketException: Connection reset