|
脚本:
#include "web_api.h"
Action()
{
web_add_cookie("WS_UN=rose; DOMAIN=192.168.1.200");
lr_rendezvous("jihe");
web_url("2.html",
"URL=http://192.168.1.200/foreground/category-sec-list-action/2.html",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
LAST);
return 0;
}
------------------------------------------------------------------
并发10个用户,单次循环,但总有7个fail:
Action.c(11): Error -27796: Failed to connect to server "192.168.1.200:80": [10060] Connection timed out
我简单说一下,配置:192.168.1.200(配apache,数据库也在这台机器上),指向的2个resin在另外一台服务器上(绑了2个IP配resin)。
现在这个现象,是192.168.1.200的apache连不上去。这说明apache配置有问题?
大家是否都有此类似经验?急求帮助!!! |
|