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.

Drasko Mikic at 15:09 on 28 May 2017

Well explained steps for daemonizing process, decent presentation of use cases for queues. In general good talk.

Anonymous at 16:23 on 28 May 2017

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.

Milan Radovic at 10:03 on 30 May 2017

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.