Created
November 23, 2010 16:39
-
-
Save plu/712056 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
usage: gearman_driver.pl [long options...] | |
--loglevel Log level (default: INFO) | |
--lib Example: --lib ./lib --lib /custom/lib | |
--max_idle_time How many seconds a worker may be idle before its killed | |
--server Gearman host[:port][,host[:port]] | |
--logfile Path to logfile (default: gearman_driver.log) | |
--console_port Port of management console (default: 47300) | |
--interval Interval in seconds (see Gearman::Driver::Observer) | |
--loglayout Log message layout (default: [%d] %p %m%n) | |
--namespaces Example: --namespaces My::Workers --namespaces My::OtherWorkers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment