gearman
Task Scheduling with complex dependencies
I\'m looking for a way of scheduling tasks where a task starts once several previous tasks have completed.[详细]
2023-03-23 15:29 分类:问答GearmanManager in background
We were using Gearman/PHP on Ubuntu to delegate our processes. On this (development) machine we were opening few terminal windows to start clients and workers respectively, but now on live machine we[详细]
2023-03-21 13:59 分类:问答Creating a Gearman Worker in C
I\'ve been trying to implement a Gearman worker with their C API (libgearman). But their documentation for the C API is poor and not complete. Although its very similar to creating workers in other la[详细]
2023-03-20 14:45 分类:问答Passing a return to specify the result of a callback function on the GearmanWorker
I am trying to pass some data or an identifier of the result of the operation like \'true\' or \'false\'. For now I can only think of the return code of the task based on the callback for complete and[详细]
2023-03-18 15:41 分类:问答Gearman PHP, sendComplete has no effect
Have successfully connected Gearman to an existing PHP project.Using supervisord to ensure that the workers are running, it has produced pretty good results![详细]
2023-03-17 18:16 分类:问答How to install GearmanManager on Amazon AMI EC2 Micro Instance?
I believe amazon\'s linux is CentOS/RHEL based but I cannot install GearmanManager on the server. How do I go about doing this?[详细]
2023-03-14 06:59 分类:问答How do you relate GearmanJob to GearmanWorker and GearmanClient?
public GearmanTask GearmanClient::addTask( string $function_name, string $workload[, mixed &$context[, string $unique]] )[详细]
2023-03-12 23:49 分类:问答supervisord with php received SIGCLD indicating a child quit
Trying to start supervisor and get a bunch of these errors 2011-06-08 23:35:45,833 CRIT Supervisor running as root (no user in config file)[详细]
2023-03-11 05:32 分类:问答Gearman + Net_Gearman + Windows
I\'m trying to install Gearman + Net_Gearman + GearmanManager on a windows machine (2003 server). At this moment, I executed correctly the java version of the Job Server (java-gearman-service), insta[详细]
2023-03-06 20:49 分类:问答Automating thumbnail generation on high traffic
I\'m building a Zend Framework application which uses a lot of photos in different sizes (thumbnails).[详细]
2023-03-03 19:32 分类:问答