Re: [PHP] CGI timeout problem

2003-07-29 Thread John W. Holmes
imran wrote: CGI Timeout The specified CGI application exceeded the allowed time for processing. The server has deleted the process. " does it mean that I have to use set_time_limit so the script doesn't time out ? I don't really understand why I should do that. You may be reaching an IIS imposed

[PHP] CGI timeout problem

2003-07-29 Thread imran
hello, I wrote a very simple upload script and it perfectly works for small files. But if the file is too huge (I tried with 8Mbytes), my browser displays: " The page cannot be displayed ... Cannot find server or DNS Error Internet Explorer " instead of uploading the file and submitting the for

[PHP] CGI Timeout

2003-07-29 Thread imran
Hi, i facing a error during uploading a big size file (abt 200 MB). i incred = upload file size in php.ini and also incred connection time in IIS (web = server), but i getting again this below written error msg. any one known abt this... CGI Timeout The specified CGI application exceeded the allo

Re: [PHP] cgi timeout

2001-08-17 Thread Raymond Siow
l 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

Re: [PHP] cgi timeout

2001-08-17 Thread Raymond Siow
r 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: > &

RE: [PHP] cgi timeout

2001-08-17 Thread Erik H. Mathy
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]

[PHP] cgi timeout

2001-08-17 Thread Raymond Siow
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 proc