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 Makefile Fri Oct 26 19:03:28 -0700 2007 Add a "pkg" make target for source ta... [kr]
file beanstalkd.c Fri Oct 26 15:33:33 -0700 2007 Make a "drain mode" to ease upgrading. [kr]
file beanstalkd.h Fri Oct 26 14:56:03 -0700 2007 Track number of connections waiting for a job. [kr]
file conn.c Mon Oct 01 17:02:57 -0700 2007 Some refactoring and simplification. [kr]
file conn.h Thu Oct 18 11:43:21 -0700 2007 Add argument-free version of peek. [kr]
file event.h Fri Oct 12 15:42:15 -0700 2007 Make it build on Mac OS X. [kr]
file job.c Thu Oct 18 12:04:24 -0700 2007 More job stats: releases, buries, kicks. [kr]
file job.h Thu Oct 18 12:04:24 -0700 2007 More job stats: releases, buries, kicks. [kr]
file net.c Thu Sep 20 22:05:16 -0700 2007 Initial commit of Beanstalk. [kr]
file net.h Tue Sep 25 01:32:13 -0700 2007 Bugfixes for closing and setting up connections. [kr]
file pkg.sh Fri Oct 26 19:03:28 -0700 2007 Add a "pkg" make target for source ta... [kr]
file pq.c Tue Sep 25 22:49:55 -0700 2007 Hook up the ready job count stat. [kr]
file pq.h Tue Sep 25 22:49:55 -0700 2007 Hook up the ready job count stat. [kr]
file prot.c Fri Oct 26 16:46:07 -0700 2007 Refactoring. [kr]
file prot.h Fri Oct 26 14:56:03 -0700 2007 Track number of connections waiting for a job. [kr]
file rel-ver.sh Fri Oct 26 19:03:28 -0700 2007 Add a "pkg" make target for source ta... [kr]
file reserve.c Fri Oct 26 16:46:07 -0700 2007 Refactoring. [kr]
file reserve.h Fri Oct 26 16:46:07 -0700 2007 Refactoring. [kr]
directory tests/ Thu Oct 25 21:35:19 -0700 2007 Add another priority queue test. [kr]
file util.c Thu Sep 20 22:05:16 -0700 2007 Initial commit of Beanstalk. [kr]
file util.h Thu Oct 25 22:37:12 -0700 2007 Add a debugging print macro. [kr]