Talk in English - US at PHPSerbia Conference 2017
Track Name:
Practicum
Short URL: https://joind.in/talk/b3520
(QR-Code (opens in new window))
More often than not, in software development there are situations with long running sequential operations which can be avoided utilizing parallelization. During the workshop we'll go through the challenges and pitfalls we had during the development of a system that handles messages from multiple queues asynchronously. Building a daemon process in PHP which spawns custom handlers for different queues, processing them all in parallel.
Comments
Comments are closed.
Well explained steps for daemonizing process, decent presentation of use cases for queues. In general good talk.
Good tips and good suggestions for handling queues. Good answers at the end as well. Liked how they handled PHP as a deamonized process, going to try to emulate in my project.
Something that people usually don't work with every day. Thing that is needed in large scale apps.
Speakers were very dynamic, keeping audience attention all the time with jokes and examples.