I have a page that sent a cURL request for website to check their HTTP Status. (I have something like 6000 URLs to check)
Its work fine, but after 300-400 requests its stop the page with HTTP ERROR 500.
I try to do sleep function for 30 seconds every 100 cURL requests, its not help. I also increate the max_execution_time to 10000