Re: Fatal error: Maximum execution time

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 2005-02-21 at 06:52, Stanislav Kuhn wrote:
> Hi guys,
> 
> I've got a processing script which takes long time to finish. The script
> includes several others and is ran from command line(by cron). I've sent
> phpinfo from inside of processing to my email, here is the important part
> max_execution_time => 1800 => 0
> max_input_time => 120 => 120
> memory_limit => 64M => 64M
> 
> I'm setting 1800 inside a script and 0 exec time is by default... anyway I
> have tried to set it to whatever and wherever ;o) Script always terminates
> and that is strange not exactly at same time... it's aprox from 6 to 10
> minutes and not in same place (in any of included script). And error message
> always displays 30 seconds... I have tried to grep a source for ini_set as
> well, nothing important anywhere in the code.
> 
> PHP Fatal error:  Maximum execution time of 30 seconds exceeded in .....php
> on line 130
> 
> Has somebody seen something like this or has an idea what's going on there?
> 
> PHP Version => 4.3.10-2
> Running with apache on Linux..
> 

If this is running inside cron, can we assume that it is  run from a
command line - php myscript.php and that the webserver is not in use in
anyway?  I know that Apache has time constraints as well is the reason I
ask.

It looks like your timeouts are being set correctly and I have no idea
what might cause this other than the apache stuff.

have you tried running set_time_linit(60) occasionally in the main loop
to reset the counter?

just a thought.

Bret

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux