Differences

This shows you the differences between the selected revision and the current version of the page.

manual:job_server 2010/01/25 19:55 manual:job_server 2010/01/25 19:55 current
Line 2: Line 2:
===== Options ===== ===== Options =====
 +Main Options:
 +<code>
 + -b, --backlog=BACKLOG      Number of backlog connections for listen.
 + -d, --daemon              Daemon, detach and run in the background.
 + -f, --file-descriptors=FDS Number of file descriptors to allow for the process
 +                            (total connections will be slightly less). Default
 +                            is max allowed for user.
 + -h, --help                Print this help menu.
 + -j, --job-retries=RETRIES  Number of attempts to run the job before the job
 +                            server removes it. Thisis helpful to ensure a bad
 +                            job does not crash all available workers. Default is
 +                            no limit.
 + -l, --log-file=FILE        Log file to write errors and information to. Turning
 +                            this option on also forces the first verbose level
 +                            to be enabled.
 + -L, --listen=ADDRESS      Address the server should listen on. Default is
 +                            INADDR_ANY.
 + -p, --port=PORT            Port the server should listen on.
 + -P, --pid-file=FILE        File to write process ID out to.
 + -r, --protocol=PROTOCOL    Load protocol module.
 + -q, --queue-type=QUEUE    Persistent queue type to use.
 + -t, --threads=THREADS      Number of I/O threads to use. Default=0.
 + -u, --user=USER            Switch to given user after startup.
 + -v, --verbose              Increase verbosity level by one.
 + -V, --version              Display the version of gearmand and exit.
 +
 +libdrizzle Options:
 +
 +    --libdrizzle-host=HOST        Host of server.
 +    --libdrizzle-port=PORT        Port of server.
 +    --libdrizzle-uds=UDS          Unix domain socket for server.
 +    --libdrizzle-user=USER        User name for authentication.
 +    --libdrizzle-password=PASSWORD Password for authentication.
 +    --libdrizzle-db=DB            Database to use.
 +    --libdrizzle-table=TABLE      Table to use.
 +    --libdrizzle-mysql            Use MySQL protocol.
 +
 +libmemcached Options:
 +
 +    --libmemcached-servers=SERVER_LIST List of Memcached servers to use.
 +
 +libsqlite3 Options:
 +
 +    --libsqlite3-db=DB      Database file to use.
 +    --libsqlite3-table=TABLE Table to use.
 +
 +libpq Options:
 +
 +    --libpq-conninfo=STRING PostgreSQL connection information string.
 +    --libpq-table=TABLE    Table to use.
 +
 +http Options:
 +
 +    --http-port=PORT Port to listen on.
 +</code>
===== Logging ===== ===== Logging =====
 
manual/job_server.txt · Last modified: 2010/01/25 19:55 by urda
 
Recent changes RSS feed Driven by DokuWiki
Hosted by Rackspace