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 Apr 16 16:13:34 -0700 2008 Distribute CUT to make unit tests easier to run. [kr]
file COPYING Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file CUT-LICENSE.TXT Mon Apr 28 17:04:19 -0700 2008 Add CUT license file and indicate modifications. [kr]
file Makefile Mon Apr 28 16:54:49 -0700 2008 Remove core.pid files, too. [kr]
file README Wed Apr 16 16:13:34 -0700 2008 Distribute CUT to make unit tests easier to run. [kr]
file TODO Wed Jan 02 16:41:52 -0800 2008 Finished TODO item: better error handling. [kr]
file beanstalkd.c Wed Apr 09 21:56:28 -0700 2008 Update help message for the -z option. [kr]
file conn.c Wed May 28 12:21:05 -0700 2008 Fix crash in put command when out of memory. [kr]
file conn.h Wed May 28 12:21:05 -0700 2008 Fix crash in put command when out of memory. [kr]
directory doc/ Thu Apr 17 15:41:04 -0700 2008 Fix documentation of max job size [sophacles]
file event.h Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file job.c Wed Apr 16 14:13:52 -0700 2008 Properly ref count tubes; fixes crash. [kr]
file job.h Tue Feb 26 00:58:36 -0800 2008 Implement tubes. [kr]
file ms.c Tue Feb 26 00:58:36 -0800 2008 Implement tubes. [kr]
file ms.h Tue Feb 26 00:58:36 -0800 2008 Implement tubes. [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 Wed Apr 09 18:01:10 -0700 2008 New release procedure simplifies this script. [kr]
file pq.c Tue Feb 26 00:58:36 -0800 2008 Implement tubes. [kr]
file pq.h Tue Feb 26 00:58:36 -0800 2008 Implement tubes. [kr]
file prot.c Wed May 28 12:21:05 -0700 2008 Fix crash in put command when out of memory. [kr]
file prot.h Tue Mar 25 13:33:35 -0700 2008 Add max job size option and stats entry. [kr]
file stat.h Tue Feb 26 03:47:30 -0800 2008 Implement per-tube statistics. [kr]
directory tests/ Mon Apr 28 17:04:19 -0700 2008 Add CUT license file and indicate modifications. [kr]
file tube.c Wed Apr 09 15:20:55 -0700 2008 Per-tube delay queue. [kr]
file tube.h Wed Apr 09 15:20:55 -0700 2008 Per-tube delay queue. [kr]
file util.c Wed Feb 20 15:58:22 -0800 2008 Supply warn() and warnx(); don't use the library. [kr]
file util.h Wed Feb 20 15:58:22 -0800 2008 Supply warn() and warnx(); don't use the library. [kr]
file version.h Wed May 28 12:52:19 -0700 2008 Update version for release 1.0. [kr]
README
This is beanstalkd, a fast, general-purpose work queue.

See http://xph.us/software/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, type "make check".

These unit tests use CUT, which can be found at
http://sourceforge.net/projects/cut/.