Java RMI设置的最大连接数不起作用

时间:2019-03-15 08:55:44

标签: java rmi

像这样设置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 

0 个答案:

没有答案