D
D
Dmitry Baibukhtin2015-08-20 10:58:33
PHP
Dmitry Baibukhtin, 2015-08-20 10:58:33

What PHP script execution managers are there?

Good afternoon. You need to gradually parse a large amount of data from certain sites. Since everything cannot be done in one pass of the script, you need to break the parsing into stages (subtasks).
I heard that there are PHP script execution managers, please tell me.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
Ken Jee, 2015-08-20
@PiloTeZ

I think in your case it would be better to write a shell script to manage scripts, well, create a schedule in cron to call it on time.
Instead of a shell script, you can also write your own manager in the same PHP, focusing on the exec or system functions .

D
Dmitry Baibukhtin, 2015-08-20
@PiloTeZ

Found interesting options:
1. www.rabbitmq.com
https://ru.wikipedia.org/wiki/RabbitMQ
2. gearman.org
habrahabr.ru/post/123451

D
Dmitry Evgrafovich, 2015-08-20
@Tantacula

crown is our everything

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question