Seems like I've just found it.... if you look at how to config cgi setting in the
IIS help file... it will tell you about it...

yours,
Ray

Raymond Siow wrote:

> ummm.... I tried look at the IIS setting... but couldn't find anything related
> to CGI execution time.... do you know how to change that if I were to do it?
>
> Ray
>
> "Erik H. Mathy" wrote:
>
> > I haven't had to use IIS5 yet, but you might want to check in the IIS
> > setting for a max cgi execution time.
> >
> > - Erik
> >
> > > -----Original Message-----
> > > From: Raymond Siow [mailto:[EMAIL PROTECTED]]
> > > Sent: Friday, August 17, 2001 4:00 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: [PHP] cgi timeout
> > >
> > >
> > > Hi:
> > >
> > > I am trying to run a script and it supposed to take a lot of time... so
> > > I set the max_execution_time in the config file to 0...  (i think that's
> > > wat it's for no time limit).... but after exactly 5 mins it gives me a
> > > cgi error saying that "the cgi application exceeded the allowed time for
> > > processing".... so i changed the number to 1800.... it still gets killed
> > > in 5 mins.... I have my php installed on a win2k system with IIS 5 under
> > > the dir c:\php and the file php.ini has been edited and put into
> > > c:\winnt\  What am I supposed to do in order to allow my script to run
> > > more than 5 mins??
> > >
> > > yours,
> > > Ray
> > >
> > >
> > > --
> > > 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]

Reply via email to