Recent Blog Posts
PHP IPC Signal Example
Mai 24th, 2013 Read more ...
There are several pitfalls when using POSIX signal handling with php. The following example should help to get around them.
The example forks a child process and afterwards sends the `SIGTERM` signal to the child. I'll guide you through the important sections: