25 Jun
2005
25 Jun
'05
7:10 p.m.
On Sat, 25 Jun 2005, Allie Micka wrote:
On Jun 25, 2005, at 11:40 AM, Gerhard Killesreiter wrote:
I'd especially like to know why the maximum php executiomn time does not kick in.
I'm not special enough to follow your link.
Sorry, i was too lazy to prepare a screenshot.
But, PHP's max execution time is based on the time PHP takes to execute code itself. Waiting around for DB queries or other operations aren't part of the equation.
I see, thanks for the clarification. Is there a similar time limit for mysql queries alone? I don't think that a user will wait up to 3 minutes for a page to completely render. Cheers, Gerhard