The class can be used to create and manage daemon processes.
It starts a new child process that is left asleep while the main process runs. After some time the main process wakes up the child and exits. The child starts another child process which gets is left asleep while its parent process runs and so on.
It requires the PHP pnctl extension, so it only works under Unix/Linux like systems.