日期: 2013年2月16日

  • Resque

    在厦门PHPer群里看到的。
    这个玩意儿比较好的地方就是可以跟操作系统解耦。
    其中用到了redis作为队列处理,依赖还是较强,处理量不大的话,用sqlite来替代会不会更好?。

    里面的几个思路跟我自己在cron脚本的一些处理上蛮像,殊途同归,LOL。

    Resque: https://github.com/defunkt/resque
    PHP的clone:https://github.com/chrisboulton/php-resque

    Ref: http://avnpc.com/pages/run-background-task-by-php-resque