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>
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¶
AUTHOR¶
Data Differential http://www.datadifferential.com/
COPYRIGHT¶
2011-2024, Data Differential, http://www.datadifferential.com/
March 29, 2024 | 1.1.20+ds |