phpdaemon是 PHP异步框架,使用libevent 实现,它拥有很多特性。为应对高负载而设计。每一个worker可以处理上千个并发连接。
主要特性:
强大的服务器:HTTP,FastCGI,FlashPolicy,Ident,Socks4/5.
许多绑定的客户端:DNS,MySQL,Postgresql,Memcache,MongoDB,Redis,HTTP,IRC,Jabber,ICMP,Valvegamesclient,etc.
异步文件系统I/O(使用eio).
许多有用的内置应用:CGI.
交互式调试工作台
Dynamicspawningworkers.
Chroot&Chdirforworkers.
更新后自动平滑重载用户脚本
Gracefulworkershutdown(andre-spawnifnecessary)bythefollowinglimits:memory,querycounter,idletime.
主进程信号:
SIGINT, SIGTERM, SIGQUIT - termination.SIGHUP - update config from file.SIGUSR1 - reopen log-file.SIGUSR2 - graceful restart all workers.
评论