macOS
brew install beanstalkdlocal Homebrew formula metadata
sudo port install beanstalkdMacPorts ports tree · sysutils/beanstalkd/Portfile · 来源: api.github.com
安装
brew install beanstalkdlocal Homebrew formula metadata
sudo port install beanstalkdMacPorts ports tree · sysutils/beanstalkd/Portfile · 来源: api.github.com
sudo apk add beanstalkdAlpine Linux edge package indexes · beanstalkd · 来源: dl-cdn.alpinelinux.org
sudo apt install beanstalkdDebian stable package indexes · beanstalkd · 来源: deb.debian.org
sudo dnf install beanstalkdFedora Rawhide package metadata · beanstalkd · 来源: dl.fedoraproject.org
nix profile install nixpkgs#beanstalkdnixpkgs package indexes · pkgs/by-name/be/beanstalkd/package.nix · 来源: api.github.com
概览
Generic work queue originally designed to reduce web latency
历史
beanstalkd is a simple, fast general-purpose work-queue daemon with an ASCII TCP protocol and a small command-line operational surface.
The official homepage says Philotic, Inc. developed Beanstalk to improve response time for the Causes on Facebook application, which had more than 9.5 million users. The original goal was reducing high-volume web-page latency by moving expensive work into asynchronous jobs.
The project took inspiration from memcached for simple protocol design and documentation structure. Its core model stayed deliberately small: clients put jobs into tubes, workers reserve jobs, and jobs move through ready, delayed, reserved, and buried states.
beanstalkd became a classic lightweight queue option because it was easy to package, run, and bind from application languages. The homepage links to client libraries and production-administration files, while the supplied metadata shows packages across Homebrew, Debian, Ubuntu, Fedora, Alpine, MacPorts, Nix, and related Unix distributions.
Unlike heavier broker stacks, beanstalkd's no-config default and simple TCP protocol made it attractive for applications that needed a durable-ish work queue without adopting a full messaging platform.
The homepage states that beanstalkd has no configuration file and only a handful of command-line options. A common deployment starts one or more daemons listening on TCP port 11300.
The protocol document defines producer and worker operations such as put, reserve, delete, release, bury, kick, use, watch, and ignore. Jobs live in tubes, and the server treats job bodies as opaque bytes.
beanstalkd is package-nerd catnip because it is tiny infrastructure: install one daemon, open one TCP port, speak a readable protocol, and you have a usable background-job queue.
It represents a pre-cloud style of infrastructure package that still ages well: no service mesh, no cluster controller, no mandatory config file, just a small C daemon and a documented protocol.
安全态势
formula declares a Homebrew service.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
beanstalkd | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:beanstalkd |
|---|---|
| 版本 | 1.13 |
| 软件包管理器 | Homebrew |
| 主页 | https://beanstalkd.github.io/ |
| 仓库 | https://github.com/beanstalkd/beanstalkd |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
beanstalkd 1.13-1
simple, in-memory, workqueue service
https://github.com/beanstalkd/beanstalkd
sudo apt install beanstalkdbeanstalkd
nix profile install nixpkgs#beanstalkdbeanstalkd 1.12-2
simple, in-memory, workqueue service
https://github.com/beanstalkd/beanstalkd
sudo apt install beanstalkdbeanstalkd 1.13-r1
Beanstalk is a simple, fast work queue
https://kr.github.io/beanstalkd/
sudo apk add beanstalkdbeanstalkd-doc 1.13-r1
Beanstalk is a simple, fast work queue (documentation)
https://kr.github.io/beanstalkd/
sudo apk add beanstalkd-docbeanstalkd-openrc 1.13-r1
Beanstalk is a simple, fast work queue (OpenRC init scripts)
https://kr.github.io/beanstalkd/
sudo apk add beanstalkd-openrcbeanstalkd 1.10-29.fc45
A simple, fast work-queue service
http://kr.github.io/beanstalkd/
sudo dnf install beanstalkdbeanstalkd
sudo port install beanstalkd来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.