Posted by
夏泽民
Jun 9, 2019
1.入口
系统调用的入口根据不同系统有不同实现,对于AMD64, Linux环境是:syscall/asm_linux_amd64.s
Posted by
夏泽民
Jun 8, 2019
用命令F_GETFL和F_SETFL设置文件标志,比如阻塞与非阻塞
Posted by
夏泽民
Jun 7, 2019
https://github.com/swoole/swoole-src/
https://toxmc.github.io/swoole-cs.github.io/
Posted by
夏泽民
Jun 7, 2019
由于服务器的硬件资源“充裕”,那么提高服务器性能的一个很直接的方法就是以空间换时间,即“浪费”服务器的硬件资源,以换取其运行效率。这就是池的概念。