tarun.rathaur
08-14-2007, 07:56 AM
I have an application written in Perl-CGI which also uses some .NET executable to perform some operations. The problem is that whenever the CPU utilization increases to 100%, the website starts giving the following error message
The specifed CGI application misbehaved by not returning a complete set of HTTP headers
Although the page on which this error occurs already has a line that prints the following header before printing anything else on the screen.
print qq(Content-Type: text/html; charset=ISO-8859-1\n\n);
One catch in this problem is that, this error propagates to every link I click on the web- site.
The web site is hosted on Windows Server 2003 and IIS6.0.
Could any one please look in the scenario and help me in resolving this problem?
I guess the problem is not with the code because in some environments the application works smoothly. So it may be some environment issue.
Has any one gone through this type of issue. Please help me resolve this issue.
Thanks in advance
The specifed CGI application misbehaved by not returning a complete set of HTTP headers
Although the page on which this error occurs already has a line that prints the following header before printing anything else on the screen.
print qq(Content-Type: text/html; charset=ISO-8859-1\n\n);
One catch in this problem is that, this error propagates to every link I click on the web- site.
The web site is hosted on Windows Server 2003 and IIS6.0.
Could any one please look in the scenario and help me in resolving this problem?
I guess the problem is not with the code because in some environments the application works smoothly. So it may be some environment issue.
Has any one gone through this type of issue. Please help me resolve this issue.
Thanks in advance