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.
我正在比较两个 PHP 配置,我发现AsynchDNS在 curl 下启用了一个,而另一个没有启用。具体是AsynchDNS做什么的?我试过谷歌,但有很多关于如何启用或禁用它的链接,但不是它到底做了什么。
AsynchDNS
AsynchDNS(顾名思义)允许 curl 异步运行 DNS 查询(而不是阻塞调用)。理论上,这允许您快速请求/加载多个页面,因为您无需等待每个响应串行运行。