gearman_client_set_namespace - Gearmand Documentation, http://gearman.info/
Contents
Copyright
2011-2014, Data Differential, http://www.datadifferential.com/
1.1.20+ds Mar 19, 2025 GEARMAN_CLIENT_SET_NAMESPACE(3)
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.
Home
To find out more information please check: http://gearman.info/Name
gearman_client_set_namespace - Gearmand Documentation, http://gearman.info/Return
None
See Also
gearmand(8)libgearman(3)
Synopsis
#include <libgearman/gearman.h>
voidgearman_client_set_namespace(gearman_client_st*self,constchar*namespace_key,size_tnamespace_key_size)voidgearman_worker_set_namespace(gearman_worker_st*self,constchar*namespace_key,size_tnamespace_key_size)
Compile and link with -lgearman
