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 Wed Nov 07 22:43:21 -0800 2007 Finish #852 - add a delay feature. [kr]
file beanstalkd.h Wed Nov 07 18:47:59 -0800 2007 Hook up delay values; jobs can go in the delay_q. [kr]
file conn.c Wed Nov 07 13:27:49 -0800 2007 Bugfix with closing a busy, waiting connection. [kr]
file conn.h Wed Nov 07 17:39:24 -0800 2007 Update this comment to reflect reality. [kr]
file event.h Fri Oct 12 15:42:15 -0700 2007 Make it build on Mac OS X. [kr]
file job.c Wed Nov 07 22:43:21 -0800 2007 Finish #852 - add a delay feature. [kr]
file job.h Wed Nov 07 18:54:17 -0800 2007 Refactor a bit and fix tests. [kr]
file net.c Wed Nov 07 22:43:21 -0800 2007 Finish #852 - add a delay feature. [kr]
file net.h Wed Nov 07 22:43:21 -0800 2007 Finish #852 - add a delay feature. [kr]
file pkg.sh Fri Oct 26 19:03:28 -0700 2007 Add a "pkg" make target for source ta... [kr]
file pq.c Wed Nov 07 22:43:21 -0800 2007 Finish #852 - add a delay feature. [kr]
file pq.h Wed Nov 07 22:43:21 -0800 2007 Finish #852 - add a delay feature. [kr]
file prot.c Wed Nov 07 22:43:21 -0800 2007 Finish #852 - add a delay feature. [kr]
file prot.h Wed Nov 07 22:43:21 -0800 2007 Finish #852 - add a delay feature. [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 Wed Nov 07 18:47:59 -0800 2007 Hook up delay values; jobs can go in the delay_q. [kr]
file reserve.h Fri Oct 26 16:46:07 -0700 2007 Refactoring. [kr]
directory tests/ Wed Nov 07 18:54:17 -0800 2007 Refactor a bit and fix tests. [kr]
file util.c Mon Nov 05 12:59:44 -0800 2007 More informative error messages. [kr]
file util.h Mon Nov 05 12:59:44 -0800 2007 More informative error messages. [kr]