Skip to content

ahwangzy/beanstalkd

This branch is 165 commits behind beanstalkd/beanstalkd:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

157d88b · Jun 20, 2013
Apr 21, 2012
Jun 6, 2013
Jun 20, 2013
Apr 14, 2013
Jun 4, 2013
Jan 26, 2012
Jun 4, 2013
Apr 15, 2013
Mar 18, 2013
Oct 19, 2012
Mar 18, 2013
Jan 28, 2013
Oct 8, 2012
May 10, 2011
Sep 14, 2012
Oct 19, 2012
Sep 5, 2012
May 10, 2011
Jan 28, 2013
May 10, 2011
Apr 14, 2013
Sep 21, 2010
Sep 21, 2010
Mar 14, 2013
Jun 4, 2013
Jun 4, 2013
Jun 6, 2013
Apr 15, 2013
May 10, 2011
Jan 26, 2012
Sep 14, 2012
Oct 8, 2012
Apr 14, 2013
Apr 13, 2013

Repository files navigation

This is beanstalkd, a fast, general-purpose work queue.
See http://kr.github.io/beanstalkd/ for general info.


QUICK START

    $ make
    $ ./beanstalkd


also try,

    $ ./beanstalkd -h
    $ ./beanstalkd -VVV
    $ make CFLAGS=-O2
    $ make CC=clang
    $ make check
    $ make install
    $ make install PREFIX=/usr

Requires Linux (2.6.17 or later), Mac OS X, or FreeBSD.
See doc/protocol.txt for details of the network protocol.

Uses ronn to generate the manual.
See http://github.com/rtomayko/ronn.


SUBDIRECTORIES

adm	files useful for system administrators
ct	testing tool; see https://github.com/kr/ct
doc	documentation
pkg	miscelaneous files for packagers


TESTS

Unit tests are in test*.c. See https://github.com/kr/ct for
information on how to write them.


Copyright © 2007-2013 the authors of beanstalkd.
Copyright in contributions to beanstalkd is retained
by the original copyright holder of each contribution.
See file LICENSE for terms of use.

About

Beanstalk is a simple, fast work queue.

Resources

License

Stars

Watchers

Forks

Packages

No packages published