基于 Swoole 的多进程任务系统 bjask

码农软件 · 软件分类 · 作业/任务调度 · 2019-09-04 07:29:38

软件介绍

bjask是基于swoole开发的一个任务系统

  • 支持rabbitmq、redis做队列 

  • 方便的进程管理

1. 安装方法

安装composer
执行composer install

2.启动

php server.php 列出所有可使用的命令
给队列增加一个消息,使用http请求项目目录下 send.php

3.任务处理

app目录下
	Configs		 	系统/项目配置文件
	Controllers 		控制器层
	Libs 			第三方扩展类库
	Models			数据模型层,具体数据使用方法可阅读https://www.doctrine-project.org/projects/doctrine-orm/en/latest/tutorials/getting-started.html

本文地址:https://www.codercto.com/soft/d/13834.html

Programming PHP

Programming PHP

Rasmus Lerdorf、Kevin Tatroe、Peter MacIntyre / O'Reilly Media / 2006-5-5 / USD 39.99

Programming PHP, 2nd Edition, is the authoritative guide to PHP 5 and is filled with the unique knowledge of the creator of PHP (Rasmus Lerdorf) and other PHP experts. When it comes to creating websit......一起来看看 《Programming PHP》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码