kr / beanstalkd

Beanstalk is a simple, fast work queue.

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
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.am
file README Fri Oct 31 11:40:44 -0700 2008 Update instructions for the new build process. [kr]
file README-DEVELOPERS Fri Oct 31 11:40:44 -0700 2008 Update instructions for the new build process. [kr]
file README-TESTS Tue Nov 25 14:46:33 -0800 2008 Rename this for consistency. [kr]
file STYLE Sat Nov 08 18:13:10 -0800 2008 Document our coding style. [kr]
file TODO Wed Jan 02 16:41:52 -0800 2008 Finished TODO item: better error handling. [kr]
file beanstalkd.c
file binlog.c
file binlog.h
file build.mk Wed Oct 29 16:03:05 -0700 2008 Autotool-ize the build. [tony2001]
file buildconf.sh
file check-one.sh
file check.sh Tue Nov 25 16:05:14 -0800 2008 Remove unnecessary leaning toothpick syndrome. ... [kr]
file configure.in
file conn.c
file conn.h Wed Oct 29 16:03:05 -0700 2008 Autotool-ize the build. [tony2001]
file cut.c
file cut.h
file cutgen.c
directory doc/
file job.c
file job.h
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
file net.h Wed Jan 02 16:40:52 -0800 2008 Make sure lines fit in 80 columns. [kr]
file perf.c Thu Oct 16 20:25:19 -0700 2008 Performance test. [kr]
file pq.c
file pq.h Fri Nov 21 18:35:29 -0800 2008 Refactor for simplicity. [kr]
file primes.c Wed Oct 15 18:04:49 -0700 2008 Get constant time (amortized) hash table access. [kr]
file primes.h Wed Oct 15 18:04:49 -0700 2008 Get constant time (amortized) hash table access. [kr]
file prot.c
file prot.h
directory sh-tests/
file stat.h Tue Feb 26 03:47:30 -0800 2008 Implement per-tube statistics. [kr]
directory tests/
file tube.c
file tube.h Tue Nov 04 13:18:27 -0800 2008 Move find_tube and find_or_make_tube to tube.c ... [Graham Barr]
file util.c Wed Feb 20 15:58:22 -0800 2008 Supply warn() and warnx(); don't use the librar... [kr]
file util.h Wed Feb 20 15:58:22 -0800 2008 Supply warn() and warnx(); don't use the librar... [kr]
file version.sh
README
This is beanstalkd, a fast, general-purpose work queue.

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

To build beanstalkd, type "./configure" then "make".

To install, copy the file "beanstalkd" anywhere you like.