SWOOLE_HOOK_ALL]); Co\run(function() { $n = 1000; $i = 0; Log::record("start {$i}", Log::DEBUG); while ($n--) { go(function () use ($i) { Log::record("start {$i}", Log::DEBUG); $resp = http_request('https://www.xyzshops.cn/mobile/index.php?act=index&op=index&client_type=ios'); Log::record("recv {$i} size=" . strlen($resp), Log::DEBUG); $resp = http_request('https://www.xyzshops.cn/mobile/index.php?act=index&op=index&client_type=ios'); Log::record("recv {$i} size=" . strlen($resp), Log::DEBUG); $resp = http_request('https://www.xyzshops.cn/mobile/index.php?act=index&op=index&client_type=ios'); Log::record("recv {$i} size=" . strlen($resp), Log::DEBUG); }); $i++; Co::sleep(0.0001); } });