--

Do you consider it scalable? Having only 1 consumer running on a single thread is not efficient and in many cases cannot be enough. That's why I compared having separate consumer processes in PHP to run several threads in JVM, because only then it works in a similar manner. What you wrote is true but sufficient only for very low traffic. Nevertheless it requires a separated command to run - maybe only 1, but still adds complexity to the infrastructure.

--

--

Mariusz Sołtysiak
Mariusz Sołtysiak

Written by Mariusz Sołtysiak

Software engineer with more than 15 years experience. Passionate about new technologies. Fan of pragmatic programming and software craftsmanship.

No responses yet