golang syscall原理

Posted by 夏泽民

1.入口 系统调用的入口根据不同系统有不同实现,对于AMD64, Linux环境是:syscall/asm_linux_amd64.s



gdb_codesign

Posted by 夏泽民

在 初次使用 gdb 时,可能会遇到这样的错误:



fcntl函数设置阻塞与非阻塞

Posted by 夏泽民

用命令F_GETFL和F_SETFL设置文件标志,比如阻塞与非阻塞



swoole

Posted by 夏泽民

https://github.com/swoole/swoole-src/ https://toxmc.github.io/swoole-cs.github.io/



进程池,线程池

Posted by 夏泽民

由于服务器的硬件资源“充裕”,那么提高服务器性能的一个很直接的方法就是以空间换时间,即“浪费”服务器的硬件资源,以换取其运行效率。这就是池的概念。



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required