Answer the question
In order to leave comments, you need to log in
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
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 .
Found interesting options:
1. www.rabbitmq.com
https://ru.wikipedia.org/wiki/RabbitMQ
2. gearman.org
habrahabr.ru/post/123451
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question