Provide stats count of current watchers per tube.
[beanstalkd.git] / README
blob463b4c5f7e54172c5c5a3cfc9b5df24ee3f1aba5
1 This is beanstalkd, a fast, general-purpose work queue.
3 See http://xph.us/softwark/beanstalkd/ for general info.
5 See doc/protocol.txt for details of the on-the-wire protocol.
7 To build beanstalkd, just type "make".
9 To run unit tests, you must have CUT installed. Then type "make check".
11 CUT can be found at http://sourceforge.net/projects/cut/.
13 Known Bugs:
15  * Sending a line of exactly MAX_LINE_LENGTH chars (not including the trailing
16    "\r\n") will cause the server to hang up.