Skip to content

echou/beanstalkd

Repository files navigation

This is beanstalkd, a fast, general-purpose work queue.

See http:https://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:https://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.