D
D
Daniil Skatov2016-08-23 09:52:46
MySQL
Daniil Skatov, 2016-08-23 09:52:46

How to implement yii2 site survey?

Привет всем. Не могу понять как сделать следующее: нужно написать что-то типа компонента, который будет работать с базой данных, и массово обновлять статус сайта, так же у него должна быть функция проверки статуса одного сайта. Как вариант написать компонент, далее для массового опроса сайтов написать консольное приложение, а для одного сайта - использовать отдельный метод в моделе. Простите за неграмотное объяснение. Если есть готовые варианты - дайте в пример пожалуйста

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Fedorov, 2016-08-23
@Frost12358

Do you need to implement a site monitoring system? here in the first place the question arises - why do what is implemented? for example , host-tracker.com is a service for monitoring work, and there are a lot of such services; just google for the phrase "site monitoring"
If you still need to write your own:
1. Implement a separate component that will check both one site and many ;
2. For situations when you need to check one site, just pull the corresponding method of the component
3. For situations when you need to check several sites - either implement a console controller working with the component, or use queue mechanisms (depending on the tasks of the system)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question