13

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

hichris123
  • 10,145
  • 15
  • 56
  • 70
johnjohn
  • 4,221
  • 7
  • 36
  • 46

3 Answers3

8

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

brianlmoon
  • 324
  • 1
  • 4
  • 1
    Thank you, but it seems to only install in RHEL and Debian :( https://github.com/brianlmoon/GearmanManager/blob/master/install/install.sh – johnjohn Feb 18 '11 at 23:31
6

IBM link is quite useful.

Jatin Dhoot
  • 4,294
  • 9
  • 39
  • 59