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 Sun Nov 11 16:09:12 -0800 2007 A bunch more stats and a version header. [kr]
file README Mon Dec 10 15:48:29 -0800 2007 More protocol documentation plus README and TODO. [kr]
file TODO Tue Dec 11 10:31:05 -0800 2007 New TODO item: move website into git. [kr]
file beanstalkd.c Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file conn.c Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file conn.h Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
directory doc/ Mon Dec 10 16:07:41 -0800 2007 Add more info to the protocol doc. [kr]
file event.h Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file job.c Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file job.h Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file net.c Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file net.h Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [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 Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file prot.h Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file reserve.c Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file reserve.h Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
directory tests/ Wed Nov 07 18:54:17 -0800 2007 Refactor a bit and fix tests. [kr]
file util.c Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [kr]
file util.h Mon Dec 10 17:01:16 -0800 2007 Add copyright notice and license. [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.