记录了PHP使用Pheanstalk类连接Beanstalkd,实现任务(消息)的生产以及消费的过程

记录了CentOS中编译和yum两种方式安装Beanstalkd的过程,以及在CentOS6中创建服务脚本,使用service管理;CentOS7中创建服务脚本,使用systemctl管理Beanstalkd的过程

记录了Beanstalkd的基本概念(job,tube,producer,consumer),和job的五种状态(delayed,ready,reserved,buried,delete),以及Beanstalkd的特性

1