so do you suggest that I send space-characters and then do a flush() ?

Thanks,
Elias

"Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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