|
在代码后面加一下lr_think_time(*);
应该就可以了吧,,
如:
lr_start_transaction("getsessionid");
web_custom_request("httpgateway",
"URL=http://192.168.1.192/showcase/httpgateway",
"Method=POST",
"Resource=1",
"RecContentType=html/text",
"Referer=http://192.168.1.118/pulgin/sv6c.swf",
"Body=param=1&cookieid=&referer=http%3A%2F%2F192%2E168%2E1%2E118%2Fpulgin%2Fsv6c%2Eswf&versionid=290312584&reqtype=1",
LAST);
lr_think_time(8000);
lr_end_transaction("getsessionid", LR_AUTO);
我在服务器上会看到保持8000S的联接。
你试一下看看,行不。。
经过验证此此法不行---------mfktafd
[ 本帖最后由 mfktafd 于 2007-4-5 13:36 编辑 ] |
|