1GEARMAND(1)           User Contributed Perl Documentation          GEARMAND(1)
2
3
4

NAME

6       gearmand - Gearman client/worker connector.
7

SYNOPSIS

9        gearmand --daemon
10

DESCRIPTION

12       This is the main executable for Gearman::Server.  It provides command-
13       line configuration of port numbers, pidfiles, and daemonization.
14

OPTIONS

16       --daemonize / -d
17           Make the daemon run in the background (good for init.d scripts, bad
18           for running under daemontools/supervise).
19
20       --port=7003 / -p 7003
21           Set the port number, defaults to 7003.
22
23       --pidfile=/some/dir/gearmand.pid
24           Write a pidfile when starting up
25
26       --debug=1
27           Enable debugging (currently the only debug output is when a client
28           or worker connects).
29
31       Copyright 2005-2007, Danga Interactive
32
33       You are granted a license to use it under the same terms as Perl
34       itself.
35

WARRANTY

37       This is free software. IT COMES WITHOUT WARRANTY OF ANY KIND.
38

AUTHORS

40       Brad Fitzpatrick <brad@danga.com>
41
42       Brad Whitaker <whitaker@danga.com>
43

SEE ALSO

45       Gearman::Server
46
47       Gearman::Client
48
49       Gearman::Worker
50
51       Gearman::Client::Async
52
53
54
55perl v5.8.8                       2007-04-25                       GEARMAND(1)
Impressum