简体   繁体   English

什么阻碍了我的PHP脚本?

[英]What's holding up my PHP script?

We've got a PHP crawler running on our web server. 我们在Web服务器上运行了一个PHP搜寻器。 When the crawler is running, there are no cpu, memory or network bandwidth spikes. 搜寻器运行时,不存在CPU,内存或网络带宽峰值。 Everything is normal. 一切正常。 But our website (also PHP), hosted on the same server, stops responding. 但是,托管在同一服务器上的我们的网站(也包括PHP)停止响应。 Basically the crawler blocks any other php script from running. 基本上,搜寻器会阻止其他任何php脚本运行。

EDIT: 编辑:

** fsockopen is being used to download files to crawler! ** fsockopen用于将文件下载到爬虫! ** **

您是否查看了error.log文件?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM