descriptionBeanstalkd 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 URLhttp://xph.us/software/beanstalkd/
repository URLgit://github.com/kr/beanstalkd.git
ownerkr@xph.us
last changeSun, 5 Feb 2012 03:05:06 +0000
last refreshFri, 10 Feb 2012 00:50:06 +0100
Content tags:
Add:
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.

shortlog
4 days ago Semprfix compile error on linux with kernel 2.6.18 master
10 days ago Keith Rarickupdate outdated usage text
12 days ago Keith Rarickfix vers.sh in generated tarball v1.5
2012-01-26 Keith Rarickswitch to MIT license
2012-01-26 Keith Rarickinitialize allocations to 0; remove redundancy
2012-01-26 Keith Rarickflag -v makes dbgprintf superfluous
2012-01-23 Keith Rarickformat code should match the value's type
2012-01-23 Michael FellingerReplace %llu with PRIu64 for compatibility 89/head
2012-01-22 Keith Rarickremove unnecessary tar operation
2012-01-21 Keith Rarickmore interesting make examples in README
2012-01-21 Keith Rarickchange default CFLAGS
2012-01-16 Keith Rarickverbose mode; closes #52
2012-01-15 Keith Rarickundo mistaken part of previous commit
2012-01-15 Keith Rarickproperly timeout reserve-with-timeout; fixes #78
2012-01-10 Keith RarickEPOLLRDHUP was introduced in Linux 2.6.17.
2012-01-06 Keith Rarickttr variable is in nanoseconds
...
tags
12 days ago v1.5 This is beanstalkd version 1.5...
20 months ago v1.4.6 This is a security fix and bugfix...
20 months ago v1.4.5 This is a mostly bugfix release.
23 months ago v1.4.4 This is a bugfix release.
2 years ago v1.4.3 This is a bugfix release.
2 years ago v1.4.2 Here is beanstalkd 1.4.2.
2 years ago v1.4.1 Here is beanstalkd 1.4.1.
2 years ago v1.4 Okay, beanstalkd 1.4 is ready.
2 years ago v1.3 Here's beanstalkd 1.3.
3 years ago v1.2 Here's beanstalkd 1.2.
3 years ago v1.1 Version 1.1
3 years ago r1.0
3 years ago r0.11
3 years ago r0.10
3 years ago new-pkg
3 years ago r0.9
...
heads
4 days ago master
9 days ago gh-pages