Time out each 120 seconds
« on: September 30, 2010, 01:21:55 AM »
Messages:
Thu Sep 30 2010 02:18:43 GMT+0200: resuming generator (121 seconds with no response)
Thu Sep 30 2010 02:16:42 GMT+0200: resuming generator (120 seconds with no response)
...

This script runs on my own server, I have edited php.ini, but still the messages above appear in browser.
I'm starting the script from command line with php runcrawl.php & and the error above appears in Browser -> Crawling

The strange part is,  there is still an output in bash when the error appears, so the script still works in bash without any interruption, therefore I don't understand the messages.

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 420     ; Maximum execution time of each script, in seconds
max_input_time = 420   ; Maximum amount of time each script may spend parsing request data
memory_limit = 1024M      ; Maximum amount of memory a script may consume
« Last Edit: September 30, 2010, 01:29:16 AM by support193 »
Re: Time out each 120 seconds
« Reply #1 on: September 30, 2010, 09:01:52 AM »
Hello,

if you are running generator in command line and tracking the progress in browser, then it's normal - browser frame is refreshed every 120 seconds and show current progress details.