| GEARMAN_TASK_ATTR_INIT_BACKGROUND(3) | Gearmand | GEARMAN_TASK_ATTR_INIT_BACKGROUND(3) |
NAME
gearman_task_attr_init_background - Gearmand Documentation, https://gearman.org/gearmand/
SYNOPSIS
#include <libgearman/gearman.h>
Compile and link with -lgearman
DESCRIPTION
gearman_work_t describe work for gearman_execute().
gearman_work() creates a gearman_work_t with a priority.
Job assignment priority is global across registered functions. A high priority job for any function is assigned before normal or low priority jobs for other functions.
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.
SEE ALSO
gearmand(8) libgearman(3) gearman_execute()
AUTHOR
Data Differential http://www.datadifferential.com/
COPYRIGHT
2011-2014, Data Differential, http://www.datadifferential.com/
| July 22, 2026 | 2.0.0 |