Any Gearman tutorial? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this qu开发者_JAVA技巧estionI 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.)?
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
For managing workers with PHP, I suggest my GearmanManager. Used by lots of people. https://github.com/brianlmoon/GearmanManager/
IBM link is quite useful.
精彩评论