gearmand (1) Linux Manual Page
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 [at] danga.com> Brad Whitaker <whitaker [at] danga.com>
See Also
Gearman::ServerGearman::Client
Gearman::Worker
Gearman::Client::Async
