debian man page for gearman

Query: gearman

OS: debian

Section: 1

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

GEARMAN(1)							     Gearmand								GEARMAN(1)

NAME
gearman - Gearmand Documentation, http://gearman.info/ Command line client for Gearmand
SYNOPSIS
Common options -f <function> Function name to use for jobs (can give many) -h <host> Job server host -H Print this help menu -p <port> Gearman server port -t <timeout> Timeout in milliseconds -i <pidfile> Create a pidfile for the process -n In client mode run one job per line, in worker mode send data packet for each line -N Same as -n, but strip off the newline Client options -b Run jobs in the background -I Run jobs as high priority -L Run jobs as low priority -P Prefix all output lines with functions names -s Send job without reading from standard input -u <unique> Unique key to use for job Worker options* -c <count> Number of jobs for worker to run before exiting -w Run in worker mode
DESCRIPTION
With gearman you can run client and worker functions from the command line.
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(1)
Related Man Pages
gearman_client_set_log_fn(3) - debian
gearman_worker_add_options(3) - debian
gearman_worker_options(3) - debian
gearman_worker_set_log_fn(3) - debian
gearman_worker_remove_servers(3) - debian
Similar Topics in the Unix Linux Community
Checking Return Codes of Background Processes
OpenOffice in server mode
Gearmand 0.1 (Default branch)
Gearmand 0.3 (Default branch)
Send job to Background after input redirection