Is this true? I haven't heard about this. I thought it's the browser 
that closes conection a thus terminates the script, but this can be 
avoided using ignore_user_abort(false);

Rasmus Lerdorf wrote:

>If you set_tiome_limit(0) your script will not be timed out as long as it
>keeps sending something every now and then.  If it just sits there without
>outputting anything, then Apache will kill it off eventually.
>
>On Fri, 4 Oct 2002, lallous wrote:
>
>  
>
>>Hello,
>>
>>
>>if i set set_time_limit(0) will my script still timeout and see in the
>>browser: Page timed out and cannot be displayed?
>>
>>is there is anything I can do to prevent a script that takes an hour to
>>finish processing from being killed when timeout occurs?
>>
>>Thanks,
>>Elias
>>
>>
>>
>>--
>>PHP General Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>    
>>
>
>
>  
>


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

Reply via email to