I
I
Ivan Karpilovich2013-11-18 09:30:50
RabbitMQ
Ivan Karpilovich, 2013-11-18 09:30:50

What are the benefits of Gearman over RabbitMQ?

If they exist at all. There is an idea to replace Gearman with RabbitMQ.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
tarasbogach, 2013-11-18
@ivanskins

I don't know Gearman well, RabbitMQ is good. The main difference is that in Gearman you have the ability to get the status of a specific task at any time. In RabbitMQ, if you want to use it as a task server, such information will have to be stored separately (for example, I store the progress of the task in Radis). In addition, you will have to resort to "military tricks" if you need to delay the processing of the task. Otherwise, RabbitMQ is ten times faster than Gearman and scales well.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question