Tag Archives: 電腦語言

Symfony achieves 100% PHP7 compatibility

Symfony achieves 100% PHP7 compatibility

PHP7, the new version of the programming language Symfony is built with, will be released at the end of the year. The recent release of its third beta has brought us another step closer to the final stable release.

During these last past months, we’ve been working very hard to achieve full PHP7 compatibility. This effort accelerated during the past weeks and we’re glad to announce that all Symfony maintained branches are now 100% compatible with PHP7.

http://symfony.com/blog/symfony-achieves-100-php7-compatibility

Symfony2 and RabbitMQ: Lessons learned

《Symfony2 and RabbitMQ: Lessons learned》

最近在用 RabbitMQ,一切安好,只是一直碰到 “MySQL server has gone away” 的問題。貌似是相當常見的問題。這篇文章好像有解決方法…

Last year we introduced RabbitMQ into our stack at Waarneembemiddeling.nl. We were in desperate need of a worker queue and after fiddling around with Gearman, Beanstalkd and RabbitMQ we made our choice: RabbitMQ it will be.

Now there’s quite some information to be found on RabbitMQ and how to use it, but a lot of things you have to find out yourself. Questions like:

    • – what happens to messages on the queue after a service restart?

 

    • – what happens to messages on the queue after a reboot?

 

    • – how do we notice that a worker crashed?

 

    • – what happens to my message when the consumer dies while processing?

 

    etc.

https://blog.vandenbrand.org/2015/01/09/symfony2-and-rabbitmq-lessons-learned/