douti0687 2011-12-01 02:25
浏览 30
已采纳

PHP中的后台脚本?

I'm trying to create a script that runs in the background automatically and cycles through itself repeatedly.  I'm accessing a websites API which does have a limit on number of requests per minute (1 every 2 seconds).  If I try to have this run as a normal PHP page it would take 28 hours to cycle through all the information that I want to collect. 

I want to take this collected information and store it in a MySQL database so that I can access parts of it on a separate page later. 

Is there a way that I can do this - have a constantly running script execute in the background on a web server? An I right in doing this in PHP, or should I be using another language. I have quite a bit of experience in PHP, but not so much in other languages.  Thanks. 

  • 写回答

1条回答 默认 最新

  • douershuang7356 2011-12-01 02:28
    关注

    Do you have experience using cron jobs to handle background tasks? You'd need shell access, but aside that it's pretty simple. Definitely more efficient when you don't need to output anything.

    As for language - PHP is perfectly capable. This would depend on the processing, in my opinion. Supposing the API you are calling fetches images and processes them, resizing and so on. I might go with python if that;s the case, but I don't know what you're really up to.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥30 深度学习,前后端连接
  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法