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 | ||
| |
beanstalkd.c | ||
| |
conn.c | ||
| |
conn.h | ||
| |
doc/ | ||
| |
event.h | ||
| |
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 | ||
| |
pkg.sh | ||
| |
pq.c | ||
| |
pq.h | ||
| |
prot.c | ||
| |
prot.h | ||
| |
stat.h | ||
| |
tests/ | ||
| |
tube.c | ||
| |
tube.h | ||
| |
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/. Known Bugs: * Sending a line of exactly MAX_LINE_LENGTH chars (not including the trailing "\r\n") will cause the server to hang up.









