Gearmand documentation, http://gearman.info/
#include <libgearman/gearman.h>
gearman_work_t
gearman_job_priority_t
gearman_work_t gearman_work(gearman_job_priority_t priority)
gearman_work_t gearman_work_epoch(time_t epoch, gearman_job_priority_t priority)
gearman_work_t gearman_work_background(gearman_job_priority_t priority)
Compile and link with -lgearman
gearman_work_t describe work for gearman_execute().
gearman_work() creates a gearman_work_t with a priority.
gearman_work_epoch() creates a gearman_work_t which tells gearman_execute() to execute the workload at the time specified by epoch.
gearman_work_background() creates a gearman_work_t which tells gearman_execute() to execute the workload as a background job.
gearmand(8) libgearman(3) gearman_execute()
Data Differential http://www.datadifferential.com/
2011-2013, Data Differential, http://www.datadifferential.com/