Re: [PHP] PHP - Interrupted Scripts,

2001-01-24 Thread Rasmus Lerdorf

Read this:

http://www.php.net/manual/en/features.connection-handling.php

-Rasmus

On Wed, 24 Jan 2001, [iso-8859-1] Timo Mika Gläßer wrote:

> Hi,
> I had this problem over and over again: A script takes a long time to
> execute and is interrupted in the middle of its action by either a IE-Crash
> or and Proxy-Error. Can one prevent or circumvent that problem???
>
> Thanks for your fast response in advance,
>
> Timo Mika Gläßer
>
> ___
>
> Timo Mika Gläßer (mailto:[EMAIL PROTECTED])
>
>
> GewinnIDEE AG
> Mexikoring 29
> D-22297 Hamburg
>
> Tel. ++49 (040) 631282-22
> Fax. ++49 (040) 631282-10
>
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP - Interrupted Scripts,

2001-01-24 Thread Joe Stump

set_time_limit(0) sets the limit to 0 or inifinate. But it will end like any
other script (ie end of script or exit;)


--Joe

On Wed, Jan 24, 2001 at 09:41:44PM +0100, Timo Mika Gl??er wrote:
> and what does set_time_limit(0) do??? set it to infinity???
> 
> i have some fucntion call in there which sets the time-limit each time a
> loop is called ... the documentation says that this does prolong the
> excution time... is that correct???
> 
>   - timO
> 
> 
> 
> -Ursprüngliche Nachricht-
> Von: Joe Stump [mailto:[EMAIL PROTECTED]]
> Gesendet: Mittwoch, 24. Januar 2001 21:43
> An: Timo Mika Gl??er
> Betreff: Re: [PHP] PHP - Interrupted Scripts,
> 
> 
> By default PHP cuts off execution at 30 seconds.
> 
> --Joe
> 
> On Wed, Jan 24, 2001 at 09:36:17PM +0100, Timo Mika Gl??er wrote:
> > why setting time-limit to 0???
> >
> >
> > - timo
> >
> > -Ursprüngliche Nachricht-
> > Von: Joe Stump [mailto:[EMAIL PROTECTED]]
> > Gesendet: Mittwoch, 24. Januar 2001 21:37
> > An: Timo Mika Gl??er
> > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Betreff: Re: [PHP] PHP - Interrupted Scripts,
> >
> >
> > try set_time_limit(0) for starters. Otherwise I'm clueless.
> >
> > --Joe
> >
> > On Wed, Jan 24, 2001 at 09:31:17PM +0100, Timo Mika Gl??er wrote:
> > > Hi,
> > > I had this problem over and over again: A script takes a long time to
> > > execute and is interrupted in the middle of its action by either a
> > IE-Crash
> > > or and Proxy-Error. Can one prevent or circumvent that problem???
> > >
> > > Thanks for your fast response in advance,
> > >
> > > Timo Mika Gläßer
> > >
> > > ___
> > >
> > > Timo Mika Gläßer (mailto:[EMAIL PROTECTED])
> > >
> > >
> > > GewinnIDEE AG
> > > Mexikoring 29
> > > D-22297 Hamburg
> > >
> > > Tel. ++49 (040) 631282-22
> > > Fax. ++49 (040) 631282-10
> > >
> > >
> > >
> > >
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> > --
> >
> > Joe Stump, PHP Hacker
> > [EMAIL PROTECTED]
> > http://www.miester.org/
> >
> >
> 
> --
> 
> Joe Stump, PHP Hacker
> [EMAIL PROTECTED]
> http://www.miester.org/
> 
> 
> 

-- 

Joe Stump, PHP Hacker
[EMAIL PROTECTED]
http://www.miester.org/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP - Interrupted Scripts,

2001-01-24 Thread Joe Stump

try set_time_limit(0) for starters. Otherwise I'm clueless.

--Joe

On Wed, Jan 24, 2001 at 09:31:17PM +0100, Timo Mika Gl??er wrote:
> Hi,
> I had this problem over and over again: A script takes a long time to
> execute and is interrupted in the middle of its action by either a IE-Crash
> or and Proxy-Error. Can one prevent or circumvent that problem???
> 
> Thanks for your fast response in advance,
> 
> Timo Mika Gläßer
> 
> ___
> 
> Timo Mika Gläßer (mailto:[EMAIL PROTECTED])
> 
> 
> GewinnIDEE AG
> Mexikoring 29
> D-22297 Hamburg
> 
> Tel. ++49 (040) 631282-22
> Fax. ++49 (040) 631282-10
> 
> 
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 

Joe Stump, PHP Hacker
[EMAIL PROTECTED]
http://www.miester.org/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]