beanstalkd

Langue: en

Autres versions - même langue

Version: 149254 (fedora - 04/07/09)

Section: 1 (Commandes utilisateur)

NAME

beastalkd - A fast, distributed, in-memory work-queue service

SYNOPSIS

beanstalkd [options]

DESCRIPTION

This manual page documents briefly the beanstalkd work-queue service

beanstalkd is a fast, distributed, in-memory work-queue service. Its interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running most time-consuming tasks asynchronously.

OPTIONS

These programs follow the usual GNU command line syntax. A summary of options is included below.
-d
Detach and run beanstalkd as a daemon.
-l <addr>
Listen on address ADDR (default is 0.0.0.0)
-u <user>
Become the user USER and its primary group.
-p <port>
Listen on TCP port PORT (default is 11300).
-z <size>
The maximum size in bytes of a job.
-h
Show the command line help and summary of options.

LICENSE

The beanstalkd daemon is copyright Keith Rarick and Philotic Inc. and is distributed under the GNU General Public License version 3 or later.

SEE ALSO

The README file that comes with beanstalkd
http://xph.us/software/beanstalkd/

AUTHOR

The beanstalkd daemon was written by Keith Rarick and Philotic Inc.