I\'m looking for a way of scheduling tasks where a task starts once several previous tasks have completed.
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
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
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
Have successfully connected Gearman to an existing PHP project.Using supervisord to ensure that the workers are running, it has produced pretty good results!
I believe amazon\'s linux is CentOS/RHEL based but I cannot install GearmanManager on the server. How do I go about doing this?
public GearmanTask GearmanClient::addTask( string $function_name, string $workload[, mixed &$context[, string $unique]] )
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)
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
I\'m building a Zend Framework application which uses a lot of photos in different sizes (thumbnails).