Workshop in English - US at WavePHP 2018
Track Name:
Torrey Pines Room
View Slides: https://prezi.com/0l3a7q5dywc6/building-php-daemons-and-long-running-processes/
Checkout the code: https://github.com/tjlytle/daemon-example
Short URL: https://joind.in/talk/40f7f
(QR-Code (opens in new window))
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. 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.
Comments
Comments are closed.
Excellent talk. I learned a number of things. 10/10.
Great talk with lot's of useful real-world examples. Now I have to update the project's I'm working on!
Important learnings for any app
Great talk. Good examples. Really benefited from it.
Great talk. Lots of good examples and real world use cases.