gearman
What's best practice for HA gearman job servers
From gearman\'s main page, they mention running with multiple job servers so if a job server dies, the clients can pick up a new job server. Given the statement and diagram below, it seems that the jo[详细]
2023-04-11 04:09 分类:问答Can multiple gearman servers share the same libdrizzle queue?
Can multiple gearman servers share the same gearman queue, via libdrizzle? I\'m wondering if this will eliminate the gearman server as a single point o开发者_开发问答f failure--if I have multiple web[详细]
2023-04-09 22:14 分类:问答GearmanManager Installation
I am new to ubuntu and am trying to install gearmanmanager for gearman. I have downloaded gearmanmanager tar.gz from this location: https://github.com/brianlmoon/Gearma...tarball/master[详细]
2023-04-09 00:53 分类:问答Gearman , php extension problem : Class 'GearmanWorker' not found in .. using terminal but works on browser
I\'ve installed gearman on ubuntu 10.04 recently and installed it\'s pecl extension. Now , when I run a php file in the browser that contains :[详细]
2023-04-05 05:03 分类:问答Bad Packet Number error with libdrizzle (mysql) & gearman
When I try to use libdrizzle/mysql with gearman, I get this error during startup: DEBUG [main ] libdrizzle replay: def -> libgearman-server/plugins/queue/drizzle/queue.cc:562[详细]
2023-04-02 17:04 分类:问答Gearman-manager: Speed decreases when putty closed
SOLUTION: The solution that I found: using low level nohup program that ignores signal sent by putty when closing the connection.[详细]
2023-03-28 15:52 分类:问答Remove all Gearman jobs from the Gearman Job Server
Is there a way to remove all Gearman jobs from the Gearman Job Server? I have a PHP application that runs Gearman jobs in the background. F开发者_如何学编程or my unit tests I need to ensure that a) th[详细]
2023-03-28 05:11 分类:问答How to get status of Gearman Jobs by their uniq id?
I need to get status of Gearman jobs by these uniq id, not by ope开发者_开发问答n handlers, as desribed every place I seen[详细]
2023-03-27 00:03 分类:问答php GearmanClient timeout
I\'m using the gearman pecl extension in php, and want to have a timeout for a function call. Two use cases: (1) no running workers, (2) worker takes too long to complete[详细]
2023-03-25 02:29 分类:问答Only one gearman worker is getting jobs
I have a gearman worker written in PHP that echoes something and sleeps a few seconds. I started two instances of this worker and when a I now run gearman a couple of times to do that job only one of[详细]
2023-03-23 17:39 分类:问答