Skip to content

Beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but was designed for use in reducing the latency of page views in high-volume web applications by running most time-consuming tasks asynchronously.

License

brosner/beanstalkd

 
 

Repository files navigation

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

See http://xph.us/software/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, type "make check".

These unit tests use CUT, which can be found at
http://sourceforge.net/projects/cut/.

About

Beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but was designed for use in reducing the latency of page views in high-volume web applications by running most time-consuming tasks asynchronously.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.8%
  • Shell 0.2%