문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top