GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but was designed for use in reducing the latency of page views in high-volume web applications by running most time-consuming tasks asynchronously.
Homepage: http://xph.us/software/beanstalkd/
Clone URL: git://github.com/kr/beanstalkd.git
Click here to lend your support to: beanstalkd and make a donation at www.pledgie.com !
name age message
file .gitignore Wed Sep 26 16:01:02 -0700 2007 Ignore the tags file. [kr]
file COPYING Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file Makefile Tue Dec 18 18:16:52 -0800 2007 Preserve LDFLAGS and CFLAGS from the environment. [kr]
file README Tue Dec 11 19:51:12 -0800 2007 Some basic build instructions. [kr]
file TODO Wed Jan 02 16:41:52 -0800 2008 Finished TODO item: better error handling. [kr]
file beanstalkd.c Fri Feb 01 15:06:39 -0800 2008 Update the one-line usage string. [kr]
file conn.c Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file conn.h Wed Jan 02 15:13:35 -0800 2008 Avoid formatting error messages at run time. [kr]
directory doc/ Fri Feb 01 14:28:17 -0800 2008 Return buried job id during a put command. [kr]
file event.h Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file job.c Mon Dec 17 22:23:57 -0800 2007 Per-job timeouts. (#1310) [kr]
file job.h Mon Dec 17 22:23:57 -0800 2007 Per-job timeouts. (#1310) [kr]
file net.c Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file net.h Wed Jan 02 16:40:52 -0800 2008 Make sure lines fit in 80 columns. [kr]
file pkg.sh Sun Nov 11 16:09:12 -0800 2007 A bunch more stats and a version header. [kr]
file pq.c Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file pq.h Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file prot.c Fri Feb 01 14:28:17 -0800 2008 Return buried job id during a put command. [kr]
file prot.h Wed Jan 02 16:44:50 -0800 2008 Move some constants into prot.c. [kr]
file reserve.c Mon Dec 17 22:23:57 -0800 2007 Per-job timeouts. (#1310) [kr]
file reserve.h Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
directory tests/ Mon Dec 17 22:23:57 -0800 2007 Per-job timeouts. (#1310) [kr]
file util.c Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file util.h Wed Jan 02 16:40:52 -0800 2008 Make sure lines fit in 80 columns. [kr]
file version.h Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
README
This is beanstalkd, a fast, general-purpose work queue.

See http://xph.us/softwark/beanstalkd/ for general info.

See doc/protocol.txt for details of the on-the-wire protocol.

To build beanstalkd, just type "make".

To run unit tests, you must have CUT installed. Then type "make check".

CUT can be found at http://sourceforge.net/projects/cut/.