Writing a daemon with PHP
PHP isn’t used to write daemons very often, and other languages (like Perl or C) might be more suited to your typical daemon. There are times when PHP is the right choice though, for instance if the rest of your … Continue reading
Posted in Programming, Projects
Tagged daemon, exec, forking, pcntl_exec, pcntl_fork, pcntl_signal, PHP, waitpid, WNOHANG
9 Comments