Building PHP Daemons and Long Running Processes

Potomac

There are things you don’t want to, or can’t do, inside a web request. It could be a task that needs to be retired if it fails, maybe one that takes a significantly long time to process, or multiple jobs that need to be processed over time. Whether you’re sending an email, processing a video, or consuming Twitter’s streaming API, you should be using a separate process, and probably a daemon. In this hands-on workshop, you’ll learn how to stop abusing cron, and easily daemonize a PHP script that responds responsibly to process signals.

Pre-Workshop Preparation Suggestions:

Please visit the link below & follow the instructions.

https://github.com/tjlytle/daemon-example

If you have any questions, please contact – @tjlytle
Advanced Workshop