PHP - Problems With Long Running Processes
Great article about the problems with using PHP for long running processes: software-gunslinger.tumblr.com/post/48215406921/php-is-meant-to-die-continued
Describes the main reason why I started using Python for long-running jobs.