随笔分类 - swoole
摘要:<?php/** * Created by PhpStorm. * Date: 2019/10/30 * Time: 9:54 */namespace app\index\controller;use think\swoole\Server;class Swoole extends Server{
阅读全文
摘要:客户端请求:<?phpnamespace app\index\controller;class Index{ public function index() { $client = new \swoole_client(SWOOLE_SOCK_TCP, SWOOLE_SOCK_SYNC); $ret
阅读全文
摘要:https://github.com/kcloze/swoole-jobs 一个基于swoole的作业调度组件,已经实现了redis和rabitmq队列消息存储。参考资料:swoole https://wiki.swoole.com/wiki/page/1.html rabitmq https://
阅读全文