D
D
Dmitry Skogorev2015-12-17 16:34:55
PHP
Dmitry Skogorev, 2015-12-17 16:34:55

Queues in php?

Good day.
It is required to implement a queue for parsing data.
Tell me the easiest to learn implementation option with sane documentation

Answer the question

In order to leave comments, you need to log in

4 answer(s)
L
LittleFatNinja, 2015-12-17
@LittleFatNinja

rabbit MQ

A
Andrew, 2015-12-17
@R0dger

Also a variant
of kr.github.io/beanstalkd

E
entermix, 2015-12-17
@entermix

Try Gearman
www.php.net/manual/en/book.gearman.php

Y
youlose, 2015-12-17
@youlose

I recommend doing the simplest queues on Redis + predis (there is an example in examples) , something more complex on RabbitMQ.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question