开发者

scheduling job in php

there is a facebook app which I'm writing , Users grant offline_access to the program . I need to collect information about them for example twice a day at 12 am and pm .

how should I do 开发者_Python百科this in PHP? should I use cron jobs in linux/windows or what?


Yep. If you can, do use them. There would be other solutions, like having the first user hitting your site after xx hours run those same scripts but the solutions would be cumbersome and less-than-ideal.

Cron is the way to go.


Another alternative, if you foresee the need to run a variety of other crons, would be to use the Zend Server Job Queue system.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜