Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要建立大约 20 个连接作为 fasas posable,但 curl 只是减慢它的速度。似乎我需要线程化每个连接(我认为你不能在 PHP 中做到这一点)。每个页面大约有 10 秒的加载时间,而且它们似乎都加起来了,即使我使用 curl_multi_exec。谁能帮我?