Re: [PHP] Intermittent CGI Errors

2003-03-14 Thread Joshua Groboski
No avail. Here are the last few lines of the script. I can hit it 17 times in a row with no problems. Then I might hit it three times and get the CGI Error. I think it may be IIS not PHP that is the root of this problem. We have C++ app that had the same sort of problem on IIS until we moved

[PHP] Intermittent CGI Errors

2003-03-13 Thread Joshua Groboski
My app works very well until you start to hit it hard. Then I get CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: The output of my script is a header() redirect so it must be returning a header right? Joshua

Re: [PHP] Intermittent CGI Errors

2003-03-13 Thread Tom Rogers
Hi, Friday, March 14, 2003, 7:03:09 AM, you wrote: JG My app works very well until you start to hit it hard. Then I get JG CGI Error JG The specified CGI application misbehaved by not returning a complete set of JG HTTP headers. The headers it did return are: JG The output of my script is a