文件名称:php-server:PHP7的tcp服务器扩展
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-29 15:12:23
C
PHP SERVER 这是一个可以作为TCP服务器PHP扩展(适用7.0.0RC1),性能跟Apache不相上下,在单机4G内存4核上rqs都在3万以上。 #配置选项# 进程的名称master_name 是否开启调试模式debug 是否开启调试输出文件debug_file 详细说明 master_name: 字符串,如 php_server.master_name = "php server" debug: 布尔值,如 php_server.debug = On php_server.debug = Off debug_file: 字符串,如 php_server.debug_file = "/home/yaoguai/php-server-%d.txt" 其中%d是进程号的占位符 #类与函数# 扩展提供的类与全局函数: class php_server{ /**
【文件预览】:
php-server-master
----server.php(2KB)
----config.m4(2KB)
----php_php_server.h(3KB)
----README.md(5KB)
----tests()
--------001.phpt(557B)
----debug.php(1KB)
----php_server.c(17KB)