Quote:
Originally Posted by farsgsm
cron.php process cause high cpu usage and it seems loop problem and does not finish
i have to kill this process each time.
please help me
|
You could try somehow narrowing it down to which scheduled task is causing the problem. That looks like a loop that's reading data from a socket, so maybe something that makes a network connection, in case that helps. It might help if you know about what time or times during the day that he problem starts, then compare that to your scheduled tasks.