[BlueOnyx:15893] Re: PHP timeout also on 5207R/5208R
Greg Kuhnert
gkuhnert at compassnetworks.com.au
Sat Sep 6 16:10:01 -05 2014
Hi Team.
On 7 Sep 2014, at 5:58 am, Robert Fitzpatrick <robert at webtent.org> wrote:
> Michael Stauber wrote:
>> Hi Robert,
>>
>>> php_admin_value max_execution_time 30
>>>
>>> And php.ini file with suPHP enabled...
>>>
>>> max_execution_time = 30
>>>
>>> Does the PHP timeout work for anyone?
>>
>> Which type of PHP is enabled for that Vsite? "PHP" or "suPHP"?
>>
>
> PHP right now, but I've tried with both, neither seem to respect the
> timeout.
Try this;
Instead of a single long sleep, do a loop with lots of small sleeps... I think the max execution time is checked only in between individual statements.... but it will not interrupt a single statement mid way through executing.
Greg.
More information about the Blueonyx
mailing list