public
Description: Beanstalk is a simple, fast work queue.
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 Oct 29 16:17:07 -0700 2008 Merge branch 'at' Conflicts: Makefile [Keith Rarick]
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 Fri Oct 31 11:10:22 -0700 2008 Include all necessary files in the distribution. [tony2001]
file README Fri Oct 31 11:40:44 -0700 2008 Update instructions for the new build process. [Keith Rarick]
file README-DEVELOPERS Fri Oct 31 11:40:44 -0700 2008 Update instructions for the new build process. [Keith Rarick]
file TODO Wed Jan 02 16:41:52 -0800 2008 Finished TODO item: better error handling. [kr]
file beanstalkd.c Wed Oct 29 16:03:05 -0700 2008 Autotool-ize the build. [tony2001]
file build.mk Wed Oct 29 16:03:05 -0700 2008 Autotool-ize the build. [tony2001]
file buildconf.sh Wed Oct 29 16:03:05 -0700 2008 Autotool-ize the build. [tony2001]
file configure.in Loading commit data...
file conn.c
file conn.h Wed Oct 29 16:03:05 -0700 2008 Autotool-ize the build. [tony2001]
directory doc/ Wed Jun 11 23:43:58 -0700 2008 Added reserve timeout support. [dustin]
file job.c Thu Oct 16 16:01:12 -0700 2008 Fix load factor calculation. [kr]
file job.h Wed Oct 15 18:04:49 -0700 2008 Get constant time (amortized) hash table access. [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 perf.c Thu Oct 16 20:25:19 -0700 2008 Performance test. [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 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 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/ Wed Oct 15 18:04:49 -0700 2008 Get constant time (amortized) hash table access. [kr]
file tube.c Wed Apr 09 15:20:55 -0700 2008 Per-tube delay queue. [kr]
file tube.h Wed Oct 29 16:03:05 -0700 2008 Autotool-ize the build. [tony2001]
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]
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.