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 Tue Oct 16 01:04:33 -0700 2007 More useful compiler flags. [kr]
file beanstalkd.c Tue Oct 16 00:32:17 -0700 2007 Make beanstalk be a good little daemon. [kr]
file beanstalkd.h Mon Oct 15 16:42:20 -0700 2007 Keep a count of urgent jobs. [kr]
file conn.c Mon Oct 01 17:02:57 -0700 2007 Some refactoring and simplification. [kr]
file conn.h Thu Oct 11 15:09:52 -0700 2007 Implement "bury" command. [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 11 15:09:52 -0700 2007 Implement "bury" command. [kr]
file job.h Thu Oct 11 15:09:52 -0700 2007 Implement "bury" command. [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 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 Mon Oct 15 16:42:20 -0700 2007 Keep a count of urgent jobs. [kr]
file prot.h Mon Oct 15 16:42:20 -0700 2007 Keep a count of urgent jobs. [kr]
file reserve.c Thu Oct 11 15:51:12 -0700 2007 Bury orphaned jobs if the queue is full. [kr]
file reserve.h Mon Oct 01 18:30:52 -0700 2007 Rename these functions to show they are cheap. [kr]
directory tests/ Mon Oct 01 15:20:21 -0700 2007 Move job reservation logic into its own module. [kr]
file util.c Thu Sep 20 22:05:16 -0700 2007 Initial commit of Beanstalk. [kr]
file util.h Thu Sep 20 22:05:16 -0700 2007 Initial commit of Beanstalk. [kr]