~ubuntu-branches/debian/sid/gearmand/sid

« back to all changes in this revision

Viewing changes to docs/man/gearman_task_give_workload.3

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2012-05-01 20:43:47 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120501204347-qaifvvjkktvc9upu
Tags: 0.32-1
* Imported Upstream version 0.32
* Remove spelling patch included upstream
* Remove documentation patch, we do not rebuild documentation
* Remove memcached patch, fixed upstream
* Use dh_autoreconf
* Use copyright format 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "GEARMAN_TASK_GIVE_WORKLOAD" "3" "March 14, 2012" "0.29" "Gearmand"
 
1
.TH "GEARMAN_TASK_GIVE_WORKLOAD" "3" "April 11, 2012" "0.32" "Gearmand"
2
2
.SH NAME
3
3
gearman_task_give_workload \- Gearmand Documentation, http://gearman.info/
4
4
.
117
117
Link with \-lgearman
118
118
.SH DESCRIPTION
119
119
.sp
120
 
A \fI\%gearman_task_st\fP represents a \fItask\fP.  Work that is sent by a \fIclient\fP to a gearman server is seen as a task (a \fIworker\fP receives a task in the form of a \fIjob\fP.
 
120
A \fI\%gearman_task_st\fP represents a \fItask\fP.  Work that is sent by a \fIclient\fP to a gearman server is seen as a task (a \fIworker\fP recieves a task in the form of a \fIjob\fP.
121
121
.sp
122
122
Tasks, i.e. \fI\%gearman_task_st\fP are created by calling either
123
123
\fBgearman_execute()\fP, \fBgearman_client_add_task()\fP, or