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