Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kakserpom/phpdaemon
Asynchronous server-side framework for network applications implemented in PHP using libevent
https://github.com/kakserpom/phpdaemon
Last synced: 14 days ago
JSON representation
Asynchronous server-side framework for network applications implemented in PHP using libevent
- Host: GitHub
- URL: https://github.com/kakserpom/phpdaemon
- Owner: kakserpom
- License: lgpl-3.0
- Created: 2010-03-17T10:48:21.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T15:22:10.000Z (over 2 years ago)
- Last Synced: 2024-09-19T06:48:30.470Z (about 2 months ago)
- Language: PHP
- Homepage: http://daemon.io/
- Size: 7.94 MB
- Stars: 1,529
- Watchers: 121
- Forks: 232
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- php-awesome - phpDaemon - PHP 异步框架 (基础框架 / 构建/部署)
README
phpDaemon
=========
[![Build Status](https://travis-ci.org/kakserpom/phpdaemon.svg?branch=master)](https://travis-ci.org/kakserpom/phpdaemon)https://github.com/kakserpom/phpdaemon
Asynchronous framework in PHP. It has a huge number of features. Designed for highload.
Each worker is capable of handling thousands of simultaneous connections.
Main features and possibilities:* Powerful servers: HTTP, FastCGI, FlashPolicy, Ident, Socks4/5.
* Many bundled clients like DNS, MySQL, Postgresql, Memcache, MongoDB, Redis, HTTP, IRC, Jabber, ICMP, Valve games client, etc.
* Asynchronous Filesystem I/O (using eio).
* Many useful built-in applications like CGI.
* Interactive debug console.
* Dynamic spawning workers.
* Chroot & Chdir for workers.
* Automatic graceful reloading user's scripts when it's updated.
* Graceful worker shutdown (and re-spawn if necessary) by the following limits: memory, query counter, idle time.Master process understands signals:
SIGINT, SIGTERM, SIGQUIT - termination.
SIGHUP - update config from file.
SIGUSR1 - reopen log-file.
SIGUSR2 - graceful restart all workers.Mail listing: [email protected]
Maintainer: [email protected]
Web-site: http://daemon.io/