Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any Gearman tutorial? [closed]

Tags:

php

gearman

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.)?

like image 438
johnjohn Avatar asked Feb 18 '11 22:02

johnjohn


1 Answers

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
like image 195
Alix Axel Avatar answered Sep 27 '22 23:09

Alix Axel