~mordred/gearmand/cancel-job

« back to all changes in this revision

Viewing changes to docs/man/gearman_worker_set_namespace.3

  • Committer: Brian Aker
  • Date: 2012-05-04 03:46:04 UTC
  • Revision ID: brian@tangent.org-20120504034604-5t22ae4v2o45zjkq
Update for libtest, documentation, and fix for root bzr dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "GEARMAN_WORKER_SET_NAMESPACE" "3" "April 17, 2012" "0.32" "Gearmand"
 
1
.TH "GEARMAN_WORKER_SET_NAMESPACE" "3" "May 03, 2012" "0.33" "Gearmand"
2
2
.SH NAME
3
3
gearman_worker_set_namespace \- Gearmand Documentation, http://gearman.info/
4
4
.
45
45
Compile and link with \-lgearman
46
46
.SH DESCRIPTION
47
47
.sp
48
 
gearman_client_set_namespace() and gearman_worker_set_namespace() set a "namespace" for a given set of functions. Only clients and workers sharing a \fBnamespace_key\fP can
49
 
see one anothers workloads and functions.
 
48
gearman_client_set_namespace() and gearman_worker_set_namespace() set
 
49
a "namespace" for a given set of functions. Only clients and workers sharing
 
50
a namespace_key can see one anothers workloads and functions.
50
51
.sp
51
 
By setting \fBnamespace_key\fP to NULL you can disable the namespace.
 
52
By setting namespace_key to NULL you can disable the namespace.
52
53
.SH RETURN
53
54
.sp
54
55
None