Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gearman_task_attr_init_background(3) [debian man page]

GEARMAN_TASK_ATTR_INIT_BACKGROUND(3)				     Gearmand				      GEARMAN_TASK_ATTR_INIT_BACKGROUND(3)

NAME
gearman_task_attr_init_background - Gearmand Documentation, http://gearman.info/ SYNOPSIS
#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 DESCRIPTION
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. SEE ALSO
gearmand(8) libgearman(3) gearman_execute() AUTHOR
Data Differential http://www.datadifferential.com/ COPYRIGHT
2012, Data Differential, http://www.datadifferential.com/ 0.33 May 04, 2012 GEARMAN_TASK_ATTR_INIT_BACKGROUND(3)

Check Out this Related Man Page

GEARMAN_CLIENT_RUN_TASKS(3)					     Gearmand					       GEARMAN_CLIENT_RUN_TASKS(3)

NAME
gearman_client_run_tasks - Gearmand Documentation, http://gearman.info/ SYNOPSIS
#include <libgearman/gearman.h> gearman_return_t gearman_client_run_tasks(gearman_client_st *client) Link with -lgearman DESCRIPTION
gearman_client_run_tasks() executes one or more tasks that have been added via gearman_client_add_task(), gearman_client_add_task_status() or gearman_client_add_task_background(). gearman_client_run_tasks() can also be used with gearman_execute() if either non-blocking or background tasks were created with it. RETURN VALUE
gearman_return_t If GEARMAN_PAUSE is returned one of the tasks has "paused" in order to give the caller an opportunity to take some actions (like read data, handle an exception, etc...). See gearman_task_st for more information about the state of a task. HOME
To find out more information please check: http://gearman.info/ See also gearmand(8) libgearman(3) AUTHOR
Data Differential http://www.datadifferential.com/ COPYRIGHT
2012, Data Differential, http://www.datadifferential.com/ 0.33 May 04, 2012 GEARMAN_CLIENT_RUN_TASKS(3)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Job Sheduler/workload automation Open Source

Hello all, I'm looking for a sheduler and workload automation Open Source, to use in a wide company. I was looking threads similar but I didn't found it. Anynone knows one? Thanks (2 Replies)
Discussion started by: RuBiCK
2 Replies