debian man page for gearman_worker_set_namespace

Query: gearman_worker_set_namespace

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
gearman_client_set_namespace(3) - debian
gearman_worker_add_options(3) - debian
gearman_worker_remove_options(3) - debian
gearman_worker_set_log_fn(3) - debian
gearman_worker_remove_servers(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
Introduction
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?