FreeBSD Manual Pages
GEARMAN_CLIENT_SET_NAMESPACE(3) Gearmand GEARMAN_CLIENT_SET_NAMESPACE(3) NAME gearman_client_set_namespace - Gearmand Documentation, http://gear- man.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 2011-2013, Data Differential, http://www.datadifferential.com/ 1.1.8 June 06, 2013 GEARMAN_CLIENT_SET_NAMESPACE(3)
NAME | SYNOPSIS | DESCRIPTION | RETURN | HOME | SEE ALSO | AUTHOR | COPYRIGHT
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=gearman_client_set_namespace&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>