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

kakserpom/phpdaemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

88b5926 · Jun 17, 2022
Jul 11, 2016
Nov 25, 2021
May 18, 2016
May 18, 2016
Dec 15, 2015
Jun 26, 2017
May 19, 2016
Aug 22, 2014
May 15, 2017
Apr 29, 2013
Jun 17, 2022
Jul 12, 2013
May 22, 2016
May 14, 2016

Repository files navigation

phpDaemon

Build Status

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: phpdaemon@googlegroups.com Maintainer: maintainer@daemon.io 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