- 论坛徽章:
- 0
|
有详细的出错信息吗?
(10061)
Connection refused.
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.
http://topic.csdn.net/t/20020517/10/729380.html
其实10061一般是因为服务器负荷过重, 客户端连接的出错代码.
有两种可能.
1. 服务器太过于繁忙, 以至没办法响应.
2. 客户端连接太过于频繁(就是说你不停的"打搅"服务器, 例如断开连接又继续试图连接), 服务器不胜其扰(服务器对每个客户端的连接有一定的规定), 暂时拒绝该客户的连接.
[ 本帖最后由 ziggler 于 2008-10-17 15:16 编辑 ] |
|