Handling Signals in PHP
Handling signals in PHP is really not to difficult once you get the hang of it. What’s a signal? When an operating system wants a process to terminate, it will usually send the SIGTERM signal (terminate). SIGTERM is essentially a … Continue reading