phpdaemon - PHP 异步框架


GPLv3
跨平台
PHP

软件简介

phpdaemon 是 PHP 异步框架,使用 libevent
实现,它拥有很多特性。为应对高负载而设计。每一个worker可以处理上千个并发连接。

主要特性:

  • 强大的服务器: HTTP, FastCGI, FlashPolicy, Ident, Socks4/5.

  • 许多绑定的客户端: DNS, MySQL, Postgresql, Memcache, MongoDB, Redis, HTTP, IRC, Jabber, ICMP, Valve games client, etc.

  • 异步文件系统 I/O (使用 eio).

  • 许多有用的内置应用: CGI.

  • 交互式调试工作台

  • Dynamic spawning workers.

  • Chroot & Chdir for workers.

  • 更新后自动平滑重载用户脚本

  • Graceful worker shutdown (and re-spawn if necessary) by the following limits: memory, query counter, idle time.

主进程信号:

SIGINT, SIGTERM, SIGQUIT - termination.
SIGHUP - update config from file.
SIGUSR1 - reopen log-file.
SIGUSR2 - graceful restart all workers.