This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
COPYING | Mon Dec 10 17:01:16 -0800 2007 | |
| |
Makefile | ||
| |
README | ||
| |
TODO | Wed Jan 02 16:41:52 -0800 2008 | |
| |
beanstalkd.c | ||
| |
conn.c | ||
| |
conn.h | ||
| |
doc/ | ||
| |
event.h | ||
| |
job.c | ||
| |
job.h | ||
| |
net.c | Mon Dec 10 17:01:16 -0800 2007 | |
| |
net.h | Wed Jan 02 16:40:52 -0800 2008 | |
| |
pkg.sh | ||
| |
pq.c | ||
| |
pq.h | ||
| |
prot.c | ||
| |
prot.h | ||
| |
reserve.c | ||
| |
reserve.h | ||
| |
tests/ | ||
| |
util.c | ||
| |
util.h | ||
| |
version.h |
README
This is beanstalkd, a fast, general-purpose work queue. See http://xph.us/softwark/beanstalkd/ for general info. See doc/protocol.txt for details of the on-the-wire protocol. To build beanstalkd, just type "make". To run unit tests, you must have CUT installed. Then type "make check". CUT can be found at http://sourceforge.net/projects/cut/.









