CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 01 Sep 2025 09:37:48 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100611044804
location: https://web.archive.org/web/20100611044804/https://github.com/kakserpom/phpdaemon
server-timing: captures_list;dur=0.814084, exclusion.robots;dur=0.025000, exclusion.robots.policy;dur=0.011172, esindex;dur=0.014324, cdx.remote;dur=29.851366, LoadShardBlock;dur=290.678851, PetaboxLoader3.datanode;dur=97.177595, PetaboxLoader3.resolve;dur=81.248622
x-app-server: wwwb-app223
x-ts: 302
x-tr: 380
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 01 Sep 2025 09:37:48 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 11 Jun 2010 04:48:03 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "8ab49659845c0ddef3fa880fc056ec36"
x-archive-orig-x-runtime: 37ms
x-archive-orig-content-length: 26400
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 11 Jun 2010 04:48:04 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 23 Mar 2010 12:05:55 GMT", ; rel="prev memento"; datetime="Mon, 19 Apr 2010 11:31:44 GMT", ; rel="memento"; datetime="Fri, 11 Jun 2010 04:48:04 GMT", ; rel="next memento"; datetime="Sun, 01 Aug 2010 02:53:12 GMT", ; rel="last memento"; datetime="Tue, 12 Aug 2025 07:46:35 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: alexa-web-20100608160907-00028/52_16_20100611044741_crawl101.arc.gz
server-timing: captures_list;dur=0.591446, exclusion.robots;dur=0.021003, exclusion.robots.policy;dur=0.008866, esindex;dur=0.018019, cdx.remote;dur=10.696478, LoadShardBlock;dur=218.897428, PetaboxLoader3.datanode;dur=113.829877, PetaboxLoader3.resolve;dur=189.397104, load_resource;dur=95.352449
x-app-server: wwwb-app223
x-ts: 200
x-tr: 396
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
kakserpom's phpdaemon at master - GitHub
kakserpom / phpdaemon
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (14)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
PHPDaemon aims to be asynchronous PHP framework for development Web-applications and other server backends — Read more
README.md
h3. phpDaemon
https://github.com/kakserpom/phpdaemon
True async. framework with API for PHP. It has many features. Designed for highload. Main features and possibilites:
- Powerful WebSocket and HTTP servers.
- True FastCGI for PHP.
- Many bundled clients like MySQL, Memcache, MongoDB, etc.
- Many useful built-in applications like FlashPolicy server, SocksServer, CGI-server, etc...
- 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.
Also, you can build binary application server using compiler like PHC (https://phpcompiler.org/).
Installation guide: https://wiki.github.com/kakserpom/phpdaemon/install
Master process understands signals:
SIGINT, SIGTERM, SIGQUIT - termination.
SIGHUP - update config from file.
SIGUSR1 - reopen log-file.
SIGUSR2 - graceful restart all workers.
If you have a need of develope non-trivial modules, we can discuss that. Maintainer: kak.serpom.po.yaitsam@gmail.com