beanstalkd

Beanstalk is a simple, fast work queue.

  • 所有者: beanstalkd/beanstalkd
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Build Status
codecov

beanstalkd

Simple and fast general purpose work queue.

https://beanstalkd.github.io/

See doc/protocol.txt
for details of the network protocol.

Please note that this project is released with a Contributor
Code of Conduct. By participating in this project you agree
to abide by its terms. See CodeOfConduct.txt for details.

Quick Start

$ make
$ ./beanstalkd

also try,

$ ./beanstalkd -h
$ ./beanstalkd -VVV
$ make CFLAGS=-O2
$ make CC=clang
$ make check
$ make install
$ make install PREFIX=/usr

Requires Linux (2.6.17 or later), Mac OS X, FreeBSD, or Illumos.

Currently beanstalkd is tested with GCC and clang, but it should work
with any compiler that supports C99.

Uses ronn to generate the manual.
See http://github.com/rtomayko/ronn.

Subdirectories

  • adm - files useful for system administrators
  • ct - testing tool; vendored from https://github.com/kr/ct
  • doc - documentation
  • pkg - scripts to make releases

Tests

Unit tests are in test*.c. See https://github.com/kr/ct for
information on how to write them.

主要指标

概览
名称与所有者beanstalkd/beanstalkd
主编程语言C
编程语言C (语言数: 4)
平台
许可证Other
所有者活动
创建于2008-03-31 20:20:41
推送于2025-03-18 15:40:18
最后一次提交2025-03-18 16:40:18
发布数40
最新版本名称v1.13 (发布于 2023-03-12 12:35:28)
第一版名称v0.1 (发布于 )
用户参与
星数6.6k
关注者数272
派生数878
提交数849
已启用问题?
问题数399
打开的问题数41
拉请求数167
打开的拉请求数3
关闭的拉请求数96
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?