[rabbitmq-discuss] How impement a php RabbitMQ recever

Alvaro Videla videlalvaro at gmail.com
Thu Mar 13 11:53:42 GMT 2014


That's common practice, usually people go with http://supervisord.org/
for doing that.

I would still debug the memory leak, the newer PHP versions are much
better when it comes to memory handling. On what version are you on?

-Alvaro

On Thu, Mar 13, 2014 at 9:38 AM,  <delda1980 at gmail.com> wrote:
> Hi all,
>
> i use RabbitMQ for my little web site and i have a question for you: how
> implement a recever?
> The receiver is a program that must run forever and this is a problem:
> memory leak and other error block the receiver and the queue becomes bigger
> and bigger...
> To resolve this problem i have a precess father that creates a child. The
> child is the rabbitmq receiver and, if the child dies, the father creates a
> new child that become the new rabbitmq receiver.
>
> Is this a correct procedure? Have you another model to suggest?
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>


More information about the rabbitmq-discuss mailing list