Posts tagged with laravel
Asynchronous PHP with message queues
September 15, 2015 by Bez Hermoso
PHP is without a doubt the most popular language used for programming server-side applications for the Web. However, despite its popularity, it is not the best-optimized of them all. In order to satisfy more modern requirements for web applications, we need to turn to other technologies to patch up some of PHP inadequacies. An example of such techologies are message queues. This blog post will give you an overview of what message queues are about, its capabilities and what type of problems they address, and how you can use them in PHP.
PHP is without a doubt the most popular language used for programming server-side applications for the Web. However, despite its popularity, it is not...
Comments