- 博客(3)
- 收藏
- 关注
原创 supervisor+shell脚本管理进程(redis demo)
效果 使用shell脚本封装supervisor 支持start stop status restart。能够使用 control redis start|stop|status|restart 管理redis进程 并且在redis意外退出时重启(用kill命令模拟) 其中redis可被替换为其他二进制非守护程序 只是demo级的配置 具体可参考官网 http://supervisor...
2018-12-05 22:33:00
4531
2
原创 nginx模块开发简单demo——回传自定义字符串和请求体
功能 客户端发起请求,服务器响应body为 前缀字符串 + 请求体的body, 只是简单的Demo,没有做得很精。其中前缀字符串写在配置文件中 如:# 发起请求curl localhost -d "hello"# 响应echo:hello# nginx.conflocation / { echo "echo:"}完整代码Github: ht
2018-10-24 22:01:26
1470
原创 redis的ae事件模型
事件循环的数据结构aeEventLooptypedef struct aeEventLoop { int maxfd; /* 当前注册的最大文件描述符 */ int setsize; /* 允许的最大文件描述符 */ long long timeEventNextId; time_t lastTime; /* Used to detect sy...
2018-03-30 17:52:41
1189
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人