[rabbitmq-discuss] How impement a php RabbitMQ recever
delda1980 at gmail.com
delda1980 at gmail.com
Thu Mar 13 08:38:39 GMT 2014
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140313/1b092295/attachment.html>
More information about the rabbitmq-discuss
mailing list