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.
我有一个包含对 CURL 的调用的函数。该函数完成运行大约需要10秒,通过点击包含该函数的页面调用运行。
现在,如果我有另一个函数wget每秒调用一次上述函数(通过点击/页面),后续调用是否会与仍在进行 10 秒处理和卷曲的先前调用同时运行?
wget
如果您使用的是 Apache,这将取决于您准备好的 prefork 进程的数量。您的 Web 服务器控制允许打开多少 HTTP 连接。