├── README.md ├── image ├── before_start.png ├── process.png └── swoole_server_func.jpg ├── swoole-php.ini选项.md ├── swoole-内部函数.md ├── swoole-源码解读初期化.md ├── swoole-进程关系验证.md ├── swoole_server ├── swoole-server(__construct初期化).md ├── swoole-server(addlistener 监听端口增加).md ├── swoole-server(on 回调函数注册).md ├── swoole-server(set 参数设定).md ├── swoole-server(start 服务启动).md └── swoole-server(stop 进程停止).md ├── swoole初期化时共享内存分析.md └── 一个简单swoole-http-server-生成的opcode.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/README.md -------------------------------------------------------------------------------- /image/before_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/image/before_start.png -------------------------------------------------------------------------------- /image/process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/image/process.png -------------------------------------------------------------------------------- /image/swoole_server_func.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/image/swoole_server_func.jpg -------------------------------------------------------------------------------- /swoole-php.ini选项.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/swoole-php.ini选项.md -------------------------------------------------------------------------------- /swoole-内部函数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/swoole-内部函数.md -------------------------------------------------------------------------------- /swoole-源码解读初期化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/swoole-源码解读初期化.md -------------------------------------------------------------------------------- /swoole-进程关系验证.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/swoole-进程关系验证.md -------------------------------------------------------------------------------- /swoole_server/swoole-server(__construct初期化).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/swoole_server/swoole-server(__construct初期化).md -------------------------------------------------------------------------------- /swoole_server/swoole-server(addlistener 监听端口增加).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/swoole_server/swoole-server(addlistener 监听端口增加).md -------------------------------------------------------------------------------- /swoole_server/swoole-server(on 回调函数注册).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/swoole_server/swoole-server(on 回调函数注册).md -------------------------------------------------------------------------------- /swoole_server/swoole-server(set 参数设定).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/swoole_server/swoole-server(set 参数设定).md -------------------------------------------------------------------------------- /swoole_server/swoole-server(start 服务启动).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/swoole_server/swoole-server(start 服务启动).md -------------------------------------------------------------------------------- /swoole_server/swoole-server(stop 进程停止).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/swoole_server/swoole-server(stop 进程停止).md -------------------------------------------------------------------------------- /swoole初期化时共享内存分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/swoole初期化时共享内存分析.md -------------------------------------------------------------------------------- /一个简单swoole-http-server-生成的opcode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianqiangzhao/swoole-analysis/HEAD/一个简单swoole-http-server-生成的opcode.md --------------------------------------------------------------------------------