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.
我的客户想要提取实时网页的 html 内容并在他的服务器中制作 html 页面的副本。我正在考虑使用 curl,当我打算使用 curl 时是否存在任何性能问题?会不会占用大量服务器内存。
如果 PHP curl 存在性能问题,那么最好的替代方法是什么?
我打算在用户以表单形式提交 Web URl 时下载该页面。我托管网络的服务器位于 linux 平台中。
先感谢您!
我会使用 wget 来代替快速而肮脏的解决方案(在 linux 上)
wget -r
请不要在使用 PHP 时提及性能。如果你想开始问这些问题,也许你应该研究网络编程。作为一个喜欢玩网络编程的人,我应该警告你,这不是一个微不足道的话题。