Skip to content

Asynchronous server-side framework for network applications implemented in PHP using libevent

License

Notifications You must be signed in to change notification settings

world520ai/phpdaemon

This branch is 262 commits behind kakserpom/phpdaemon:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2762547 · May 28, 2015
May 28, 2015
Jul 17, 2014
May 4, 2014
Jun 16, 2014
May 7, 2013
Jun 28, 2013
Aug 22, 2014
Apr 29, 2013
Jul 3, 2013
Jul 12, 2013
Mar 16, 2014

Repository files navigation

phpDaemon:

http://github.com/kakserpom/phpdaemon

Asynchronous framework in PHP. It has a huge number of features. Designed for highload. Each worker is able to handle thousands of simultaneous connections holding beer can. Main features and possibilites:

  • 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.
  • Asynchrounous 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/

About

Asynchronous server-side framework for network applications implemented in PHP using libevent

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.3%
  • Shell 0.7%