Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gearman_task_attr_init_epoch(3) [debian man page]

GEARMAN_TASK_ATTR_INIT_EPOCH(3) 				     Gearmand					   GEARMAN_TASK_ATTR_INIT_EPOCH(3)

NAME
gearman_task_attr_init_epoch - 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_EPOCH(3)

Check Out this Related Man Page

GEARMAN_WORKER_SET_NAMESPACE(3) 				     Gearmand					   GEARMAN_WORKER_SET_NAMESPACE(3)

NAME
gearman_worker_set_namespace - Gearmand Documentation, http://gearman.info/ SYNOPSIS
#include <libgearman/gearman.h> void gearman_client_set_namespace(gearman_client_st *self, const char *namespace_key, size_t namespace_key_size) void gearman_worker_set_namespace(gearman_worker_st *self, const char *namespace_key, size_t namespace_key_size) Compile and link with -lgearman DESCRIPTION
gearman_client_set_namespace() and gearman_worker_set_namespace() set a "namespace" for a given set of functions. Only clients and workers sharing a namespace_key can see one anothers workloads and functions. By setting namespace_key to NULL you can disable the namespace. RETURN
None 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_WORKER_SET_NAMESPACE(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