linux 信号系统调用

Posted by 夏泽民

1、signal 系统调用  系统调用signal用来设定某个信号的处理方法。该调用声明的格式如下:  void (signal(int signum, void (handler)(int)))(int);  在使用该调用的进程中加入以下头文件:  #include 



fpm worker 进程的生命周期

Posted by 夏泽民

PM(FastCGI 进程管理器)用于替换 PHP FastCGI 的大部分附加功能,对于高负载网站是非常有用的。



ext_skel php-x php扩展开发工具

Posted by 夏泽民

https://www.php.net/manual/zh/internals2.buildsys.skeleton.php



sockt编程中的文件句柄 select poll epoll

Posted by 夏泽民

socket编程的基本步骤: socket()函数返回监听的socket句柄 listen()监听socket句柄
bind() 句柄和端口绑定 while(1){ accept() 返回连接的句柄 fork()子程序处理 { dump2()将输入输出重定向到连接句柄 write(iConnSocket, szBuf, strlen(szBuf) + 1); while(1){ read() } } }



clion 支持跳转配置

Posted by 夏泽民

clion 是最好用的c语言编辑器



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