Hacker News new | ask | show | jobs
by rorrr2 4791 days ago
Well, you could daemonize a PHP process, which would listen to some port, and parse the requests. It's like implementing your web server in PHP.

The problem with it is, one request can bring the whole thing down.