随笔分类 -  swoole

摘要:<?php/** * Created by PhpStorm. * Date: 2019/10/30 * Time: 9:54 */namespace app\index\controller;use think\swoole\Server;class Swoole extends Server{ 阅读全文
posted @ 2019-10-30 16:45 猿来你也在这里呀 阅读(367) 评论(0) 推荐(0)
摘要:客户端请求:<?phpnamespace app\index\controller;class Index{ public function index() { $client = new \swoole_client(SWOOLE_SOCK_TCP, SWOOLE_SOCK_SYNC); $ret 阅读全文
posted @ 2019-10-30 16:38 猿来你也在这里呀 阅读(2825) 评论(0) 推荐(0)
摘要:https://github.com/kcloze/swoole-jobs 一个基于swoole的作业调度组件,已经实现了redis和rabitmq队列消息存储。参考资料:swoole https://wiki.swoole.com/wiki/page/1.html rabitmq https:// 阅读全文
posted @ 2018-10-31 16:25 猿来你也在这里呀 阅读(720) 评论(0) 推荐(0)