kr / beanstalkd
- Source
- Commits
- Network (15)
- Issues (13)
- Downloads (22)
- Wiki (3)
- Graphs
-
Tree:
f1d7aca
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
COPYING | Mon Dec 10 17:01:16 -0800 2007 | |
| |
CUT-LICENSE.TXT | Mon Apr 28 17:04:19 -0700 2008 | |
| |
Makefile.am | ||
| |
README | Fri Oct 31 11:40:44 -0700 2008 | |
| |
README-DEVELOPERS | Fri Oct 31 11:40:44 -0700 2008 | |
| |
README-TESTS | Tue Nov 25 14:46:33 -0800 2008 | |
| |
STYLE | Sat Nov 08 18:13:10 -0800 2008 | |
| |
TODO | Wed Jan 02 16:41:52 -0800 2008 | |
| |
beanstalkd.c | ||
| |
binlog.c | ||
| |
binlog.h | ||
| |
build.mk | Wed Oct 29 16:03:05 -0700 2008 | |
| |
buildconf.sh | ||
| |
check-one.sh | ||
| |
check.sh | Tue Nov 25 16:05:14 -0800 2008 | |
| |
configure.in | ||
| |
conn.c | ||
| |
conn.h | Wed Oct 29 16:03:05 -0700 2008 | |
| |
cut.c | ||
| |
cut.h | ||
| |
cutgen.c | ||
| |
doc/ | ||
| |
job.c | ||
| |
job.h | ||
| |
ms.c | Tue Feb 26 00:58:36 -0800 2008 | |
| |
ms.h | Tue Feb 26 00:58:36 -0800 2008 | |
| |
net.c | ||
| |
net.h | Wed Jan 02 16:40:52 -0800 2008 | |
| |
perf.c | Thu Oct 16 20:25:19 -0700 2008 | |
| |
pq.c | ||
| |
pq.h | Fri Nov 21 18:35:29 -0800 2008 | |
| |
primes.c | Wed Oct 15 18:04:49 -0700 2008 | |
| |
primes.h | Wed Oct 15 18:04:49 -0700 2008 | |
| |
prot.c | ||
| |
prot.h | ||
| |
sh-tests/ | ||
| |
stat.h | Tue Feb 26 03:47:30 -0800 2008 | |
| |
tests/ | ||
| |
tube.c | ||
| |
tube.h | Tue Nov 04 13:18:27 -0800 2008 | |
| |
util.c | Wed Feb 20 15:58:22 -0800 2008 | |
| |
util.h | Wed Feb 20 15:58:22 -0800 2008 | |
| |
version.sh |
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.


