Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 833 Bytes

File metadata and controls

19 lines (19 loc) · 833 Bytes

go-beanstalk-client

Go Report Card

目的

  • 学习阅读GoLand的相关语法知识之后进行的练手项目,帮助自身理解基础语法并深入理解其语言的特性。
  • 使用beanstalk队列(Beanstalk is a simple, fast work queue. https://beanstalkd.github.io/ )并利用Go的协程goroutine特性,可以对每一个Tube管道创建一个工厂,工厂拥有若干自定义数量的工人,工人领取任务处理。

安装-Linux

切换到example目录,执行安装脚本

./install.sh

可执行文件

  • beanstalkf
  • beanstalkf-daemon 后台启动

Command

  • start
  • status
  • stop