kr / beanstalkd

Beanstalk is a simple, fast work queue.

This URL has Read+Write access

beanstalkd / README
100644 17 lines (9 sloc) 0.487 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.