NAME
gearmand - Gearman client/worker connector.
SYNOPSIS
gearmand --daemon
DESCRIPTION
This is the main executable for Gearman::Server. It provides command-line configuration of port numbers, pidfiles, and daemonization.
OPTIONS
- --daemonize / -d
-
Make the daemon run in the background (good for init.d scripts, bad for running under daemontools/supervise).
- --port=7003 / -p 7003
-
Set the port number, defaults to 7003.
- --pidfile=/some/dir/gearmand.pid
-
Write a pidfile when starting up
- --debug=1
-
Enable debugging (currently the only debug output is when a client or worker connects).
COPYRIGHT
Copyright 2005-2007, Danga Interactive
You are granted a license to use it under the same terms as Perl itself.
WARRANTY
This is free software. IT COMES WITHOUT WARRANTY OF ANY KIND.
AUTHORS
Brad Fitzpatrick <brad@danga.com>
Brad Whitaker <whitaker@danga.com>