Hi All,
I have a php script which runs in a loop get 440 soap request to fetch some data feed.
I need to run this script using cron. The problem I am facing here is: if I use wget, after some point of time let us say, after 300 requests, the script starts again and run from the start.
The same php code, If I run in browswer, it completes one full loop of 440 and the script exits.
As for my understanding there is no memory problem, I have 4gb or ram and ini set memory limit of 1GB in the code. I am sure I unset all the variable in the loop.
For the past 48 hours I am totally distorted.
Any help would be highly appreciated.