Hi everyone,
I write to know how to stop a crawling if It has been running for a while. Is there any method to invoke a stop the crawling?
Note: The script execute more instructions after it end the crawling, so I don`t wanna stop the execution at all, only the crawling.
Example:
If(time() - $date_start <= 0){ $crawler->stop() send mail; several instructions, etc. }
You seem to have CSS turned off. Please don't fill out this field.
Anonymous
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
Hi everyone,
I write to know how to stop a crawling if It has been running for a while. Is there any method to invoke a stop the crawling?
Note: The script execute more instructions after it end the crawling, so I don`t wanna stop the execution at all, only the crawling.
Example:
If(time() - $date_start <= 0){
$crawler->stop()
send mail;
several instructions, etc.
}