- 论坛徽章:
- 0
|
有详细的出错信息吗?\r\n(10061) \r\n Connection refused. \r\n No connection could be made because the target machine actively refused it. This usually results from trying to connect to a service that is inactive on the foreign host—that is, one with no server application running.\r\n\r\nhttp://topic.csdn.net/t/20020517/10/729380.html\r\n\r\n其实10061一般是因为服务器负荷过重, 客户端连接的出错代码. \r\n\r\n有两种可能. \r\n\r\n1. 服务器太过于繁忙, 以至没办法响应. \r\n\r\n2. 客户端连接太过于频繁(就是说你不停的\"打搅\"服务器, 例如断开连接又继续试图连接), 服务器不胜其扰(服务器对每个客户端的连接有一定的规定), 暂时拒绝该客户的连接.\n\n[ 本帖最后由 ziggler 于 2008-10-17 15:16 编辑 ] |
|