Any Gearman tutorial? [closed]

我是研究僧i 提交于 2019-12-03 06:02:34

问题


I am looking for a comprehensive Gearman tutorial (preferably with the PHP API). I am trying to understand the flow of the process. I set the daemon running, create clients and workers, but how do I handle them with Gearman (like add/remove workers etc.)?


回答1:


For managing workers with PHP, I suggest my GearmanManager. Used by lots of people. https://github.com/brianlmoon/GearmanManager/




回答2:


From a quick Google search:

  • http://gearman.org/?id=gearman_php_extension
  • http://www.lornajane.net/posts/2011/Using-Gearman-from-PHP
  • http://www.slideshare.net/felixdv/high-gear-php-with-gearman
  • http://weierophinney.net/matthew/archives/240-Writing-Gearman-Workers-in-PHP.html



回答3:


IBM link is quite useful.



来源:https://stackoverflow.com/questions/5047196/any-gearman-tutorial

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!