|
我在LR中Quantity设置值为1000....
请问这1000是并发访问还是以队列的形式访问
我的脚本:
Action()
{
lr_rendezvous("portal");
lr_start_transaction("start_protal");
web_url("gameList.bin",
"URL=http://192.168.1.253:8088/portal/web/gameList.bin",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=images/gameNameBG_blur.gif", ENDITEM,
"Url=images/introBG_blur.gif", ENDITEM,
"Url=images/gameNameBG_focus.gif", ENDITEM,
LAST);
lr_end_transaction("start_protal", LR_AUTO);
return 0;
} |
|